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:
Andreas Farre 2020-06-09 14:45:11 +00:00
Родитель 185f065233
Коммит 65df5c84ed
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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) {