зеркало из https://github.com/mozilla/gecko-dev.git
No bug - Fix a typo (synchrously). r=me
MozReview-Commit-ID: K4So4S7XmIZ
This commit is contained in:
Родитель
084ced3b22
Коммит
53db39a155
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче