Bug 1289650 - Ensure the APZEventState object is destroyed on the main thread. r=kats

MozReview-Commit-ID: Aeq5CA22VLr
This commit is contained in:
Ryan Hunt 2016-08-24 14:37:27 -07:00
Родитель 4ce3ba3d7e
Коммит 431780afc4
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -88,6 +88,7 @@ ChromeProcessController::Destroy()
MOZ_ASSERT(MessageLoop::current() == mUILoop);
mWidget = nullptr;
mAPZEventState = nullptr;
}
nsIPresShell*