зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
6fa211e927
Коммит
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);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче