This commit is contained in:
peterl%netscape.com 1999-01-23 07:09:27 +00:00
Родитель 07334e4cdb
Коммит 8a92e5a3c0
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -596,7 +596,7 @@ DocumentViewerImpl::CreateStyleSet(nsIDocument* aDocument,
while (0 < index--) {
nsIStyleSheet* sheet = aDocument->GetStyleSheetAt(index);
(*aStyleSet)->AppendDocStyleSheet(sheet);
(*aStyleSet)->AddDocStyleSheet(sheet, aDocument);
NS_RELEASE(sheet);
}
if (nsnull != mUAStyleSheet) {