mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-09 04:25:38 +00:00
Bug 1629668 - Remove DocGroup::ClearEventTarget(). r=farre
Differential Revision: https://phabricator.services.mozilla.com/D70733 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
6fa211e927
commit
9fc2790f15
@ -382,10 +382,5 @@ bool DocGroup::IsActive() const {
|
||||
return false;
|
||||
}
|
||||
|
||||
void DocGroup::ClearEventTarget() {
|
||||
nsCOMPtr<LabellingEventTarget> target = do_QueryInterface(mEventTarget);
|
||||
target->ClearDocGroup();
|
||||
}
|
||||
|
||||
} // namespace dom
|
||||
} // namespace mozilla
|
||||
|
@ -130,8 +130,6 @@ class DocGroup final {
|
||||
|
||||
bool IsEmpty() const { return mDocuments.IsEmpty(); }
|
||||
|
||||
void ClearEventTarget();
|
||||
|
||||
private:
|
||||
DocGroup(BrowsingContextGroup* aBrowsingContextGroup, const nsACString& aKey);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user