зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1350960 - Release CustomElementReactionsStack in TabGroup thread when DocGroup is going away. r=billm
This commit is contained in:
Родитель
158a13ee0b
Коммит
6b23abee71
|
@ -47,6 +47,11 @@ DocGroup::DocGroup(TabGroup* aTabGroup, const nsACString& aKey)
|
|||
DocGroup::~DocGroup()
|
||||
{
|
||||
MOZ_ASSERT(mDocuments.IsEmpty());
|
||||
if (!NS_IsMainThread()) {
|
||||
nsIEventTarget* target = EventTargetFor(TaskCategory::Other);
|
||||
NS_ProxyRelease(target, mReactionsStack.forget());
|
||||
}
|
||||
|
||||
mTabGroup->mDocGroups.RemoveEntry(mKey);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче