зеркало из https://github.com/mozilla/pjs.git
Bug 403266 - usechromesheets attribute does not work if there is no userContent.css in the profile. r=dbaron
This commit is contained in:
Родитель
c5f750a823
Коммит
ebd8e17d5e
|
@ -2158,7 +2158,7 @@ DocumentViewerImpl::CreateStyleSet(nsIDocument* aDocument,
|
|||
if (!uri) continue;
|
||||
|
||||
cssLoader->LoadSheetSync(uri, getter_AddRefs(csssheet));
|
||||
if (!sheet) continue;
|
||||
if (!csssheet) continue;
|
||||
|
||||
styleSet->PrependStyleSheet(nsStyleSet::eAgentSheet, csssheet);
|
||||
shouldOverride = PR_TRUE;
|
||||
|
|
Загрузка…
Ссылка в новой задаче