зеркало из https://github.com/mozilla/pjs.git
sync to style set api change
This commit is contained in:
Родитель
07334e4cdb
Коммит
8a92e5a3c0
|
@ -596,7 +596,7 @@ DocumentViewerImpl::CreateStyleSet(nsIDocument* aDocument,
|
||||||
|
|
||||||
while (0 < index--) {
|
while (0 < index--) {
|
||||||
nsIStyleSheet* sheet = aDocument->GetStyleSheetAt(index);
|
nsIStyleSheet* sheet = aDocument->GetStyleSheetAt(index);
|
||||||
(*aStyleSet)->AppendDocStyleSheet(sheet);
|
(*aStyleSet)->AddDocStyleSheet(sheet, aDocument);
|
||||||
NS_RELEASE(sheet);
|
NS_RELEASE(sheet);
|
||||||
}
|
}
|
||||||
if (nsnull != mUAStyleSheet) {
|
if (nsnull != mUAStyleSheet) {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче