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:
gavin%gavinsharp.com 2006-11-25 14:51:29 +00:00
Родитель 914d07c05a
Коммит 909bf51f0a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -526,7 +526,7 @@ nsXULDocument::EndLoad()
continue;
}
if (useXULCache && IsChromeURI(sheetURI)) {
if (IsChromeURI(sheetURI)) {
mCurrentPrototype->AddStyleSheetReference(sheetURI);
}
}