mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 03:49:37 +00:00
Allow anonymous box selectrors in catalog sheets loaded via our doctype. Bug
347303, r+sr=roc
This commit is contained in:
parent
44d521453e
commit
80ced31c79
@ -1152,7 +1152,7 @@ nsXMLContentSink::HandleDoctypeDecl(const nsAString & aSubset,
|
||||
nsCOMPtr<nsIURI> uri(do_QueryInterface(aCatalogData));
|
||||
if (uri) {
|
||||
nsCOMPtr<nsICSSStyleSheet> sheet;
|
||||
mCSSLoader->LoadSheetSync(uri, getter_AddRefs(sheet));
|
||||
mCSSLoader->LoadSheetSync(uri, PR_TRUE, getter_AddRefs(sheet));
|
||||
|
||||
#ifdef NS_DEBUG
|
||||
nsCAutoString uriStr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user