зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1644452 - Release DocGroup::mArena on the DocGroup's event target. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D78907
This commit is contained in:
Родитель
185f065233
Коммит
65df5c84ed
|
@ -165,6 +165,8 @@ DocGroup::~DocGroup() {
|
|||
nsIEventTarget* target = EventTargetFor(TaskCategory::Other);
|
||||
NS_ProxyRelease("DocGroup::mReactionsStack", target,
|
||||
mReactionsStack.forget());
|
||||
|
||||
NS_ProxyRelease("DocGroup::mArena", target, mArena.forget());
|
||||
}
|
||||
|
||||
if (mIframePostMessageQueue) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче