зеркало из https://github.com/mozilla/pjs.git
Allow anonymous box selectrors in catalog sheets loaded via our doctype. Bug
347303, r+sr=roc
This commit is contained in:
Родитель
695c8ef3a9
Коммит
6587d9670f
|
@ -1152,7 +1152,7 @@ nsXMLContentSink::HandleDoctypeDecl(const nsAString & aSubset,
|
||||||
nsCOMPtr<nsIURI> uri(do_QueryInterface(aCatalogData));
|
nsCOMPtr<nsIURI> uri(do_QueryInterface(aCatalogData));
|
||||||
if (uri) {
|
if (uri) {
|
||||||
nsCOMPtr<nsICSSStyleSheet> sheet;
|
nsCOMPtr<nsICSSStyleSheet> sheet;
|
||||||
mCSSLoader->LoadSheetSync(uri, getter_AddRefs(sheet));
|
mCSSLoader->LoadSheetSync(uri, PR_TRUE, getter_AddRefs(sheet));
|
||||||
|
|
||||||
#ifdef NS_DEBUG
|
#ifdef NS_DEBUG
|
||||||
nsCAutoString uriStr;
|
nsCAutoString uriStr;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче