зеркало из https://github.com/mozilla/gecko-dev.git
Bug 361432: style lines from manifest files no longer applied when xul cache disabled, patch by Nickolay Ponomarev <asqueella@gmail.com>, r+sr=bzbarsky
This commit is contained in:
Родитель
914d07c05a
Коммит
909bf51f0a
|
@ -526,7 +526,7 @@ nsXULDocument::EndLoad()
|
|||
continue;
|
||||
}
|
||||
|
||||
if (useXULCache && IsChromeURI(sheetURI)) {
|
||||
if (IsChromeURI(sheetURI)) {
|
||||
mCurrentPrototype->AddStyleSheetReference(sheetURI);
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче