зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1328423 - Switch tab switch assertion to use AutoAssertNoContentJS (r=dvander)
MozReview-Commit-ID: D7bAfJRWLRg
This commit is contained in:
Родитель
abe6f421eb
Коммит
50b0406bb7
|
@ -316,7 +316,7 @@ HangMonitorChild::InterruptCallback()
|
||||||
if (forcePaint) {
|
if (forcePaint) {
|
||||||
RefPtr<TabChild> tabChild = TabChild::FindTabChild(forcePaintTab);
|
RefPtr<TabChild> tabChild = TabChild::FindTabChild(forcePaintTab);
|
||||||
if (tabChild) {
|
if (tabChild) {
|
||||||
JS::AutoAssertNoGC nogc(mContext);
|
js::AutoAssertNoContentJS nojs(mContext);
|
||||||
tabChild->ForcePaint(forcePaintEpoch);
|
tabChild->ForcePaint(forcePaintEpoch);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче