зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1868048 - StyleSheetList doesn't need to observe all the mutations, r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D195372
This commit is contained in:
Родитель
ef35fa7374
Коммит
bdd826233d
|
@ -34,6 +34,7 @@ void StyleSheetList::NodeWillBeDestroyed(nsINode* aNode) {
|
|||
|
||||
StyleSheetList::StyleSheetList(DocumentOrShadowRoot& aScope)
|
||||
: mDocumentOrShadowRoot(&aScope) {
|
||||
SetEnabledCallbacks(nsIMutationObserver::kNodeWillBeDestroyed);
|
||||
mDocumentOrShadowRoot->AsNode().AddMutationObserver(this);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче