No bug - Fix a typo (synchrously). r=me

MozReview-Commit-ID: K4So4S7XmIZ
This commit is contained in:
Emilio Cobos Álvarez 2018-06-24 04:02:05 +02:00
Родитель 084ced3b22
Коммит 53db39a155
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -756,8 +756,8 @@ nsLayoutStylesheetCache::LoadSheet(nsIURI* aURI,
nsZipArchive::sFileCorruptedReason = nullptr;
// Note: The parallel parsing code assume that UA sheets are always loaded
// synchrously like they are here, and thus that we'll never attempt parallel
// parsing on them. If that ever changes, we'll either need to find a
// synchronously like they are here, and thus that we'll never attempt
// parallel parsing on them. If that ever changes, we'll either need to find a
// different way to prohibit parallel parsing for UA sheets, or handle
// -moz-bool-pref and various other things in the parallel parsing code.
nsresult rv = gCSSLoader->LoadSheetSync(aURI, aParsingMode, true, aSheet);