зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1335308 - Assert main thread in Gecko_LoadStyleSheet. r=emilio
This commit is contained in:
Родитель
9a17411fe6
Коммит
b5140be91a
|
@ -1211,6 +1211,7 @@ Gecko_LoadStyleSheet(css::Loader* aLoader,
|
|||
const uint8_t* aMediaString,
|
||||
uint32_t aMediaStringLength)
|
||||
{
|
||||
MOZ_ASSERT(NS_IsMainThread());
|
||||
MOZ_ASSERT(aLoader, "Should've catched this before");
|
||||
MOZ_ASSERT(aParent, "Only used for @import, so parent should exist!");
|
||||
MOZ_ASSERT(aURLString, "Invalid URLs shouldn't be loaded!");
|
||||
|
|
Загрузка…
Ссылка в новой задаче