Bug 403266 - usechromesheets attribute does not work if there is no userContent.css in the profile. r=dbaron

This commit is contained in:
Vivien Nicolas 2010-04-29 10:37:27 +02:00
Родитель c5f750a823
Коммит ebd8e17d5e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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;