Bug 1335308 - Assert main thread in Gecko_LoadStyleSheet. r=emilio

This commit is contained in:
Bobby Holley 2017-01-30 21:33:41 -08:00
Родитель 9a17411fe6
Коммит b5140be91a
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -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!");