Bug 1328423 - Switch tab switch assertion to use AutoAssertNoContentJS (r=dvander)

MozReview-Commit-ID: D7bAfJRWLRg
This commit is contained in:
Bill McCloskey 2017-01-11 16:04:40 -08:00
Родитель abe6f421eb
Коммит 50b0406bb7
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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);
} }
} }