зеркало из https://github.com/mozilla/gecko-dev.git
Bug 776505. Assert that nsDeviceContext is created on the main thread only. r=mats
--HG-- extra : rebase_source : fcda449b3bf25c9827c2fa2f000c20460819ce53
This commit is contained in:
Родитель
e3e9927f6c
Коммит
1a8e38dbb4
|
@ -226,6 +226,7 @@ nsDeviceContext::nsDeviceContext()
|
|||
mPixelScale(1.0f), mPrintingScale(1.0f),
|
||||
mFontCache(nullptr)
|
||||
{
|
||||
MOZ_ASSERT(NS_IsMainThread(), "nsDeviceContext created off main thread");
|
||||
}
|
||||
|
||||
// Note: we use a bare pointer for mFontCache so that nsFontCache
|
||||
|
|
Загрузка…
Ссылка в новой задаче