mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 09:19:28 +00:00
was forgetting to check a result
This commit is contained in:
parent
76c5fc7dad
commit
340cc49b7e
@ -900,6 +900,7 @@ RDFXMLDataSourceImpl::Refresh(PRBool aBlocking)
|
||||
nsnull,
|
||||
kIParserIID,
|
||||
getter_AddRefs(parser));
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
|
||||
nsAutoString utf8("UTF-8");
|
||||
parser->SetDocumentCharset(utf8, kCharsetFromDocTypeDefault);
|
||||
|
Loading…
x
Reference in New Issue
Block a user