Allow anonymous box selectrors in catalog sheets loaded via our doctype. Bug

347303, r+sr=roc
This commit is contained in:
bzbarsky%mit.edu 2006-08-04 15:02:28 +00:00
parent 44d521453e
commit 80ced31c79

View File

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