mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
Fix bustage from scc's checkin for bug 85271. r=scc
This commit is contained in:
parent
2f612575b5
commit
0a12e70c6b
@ -284,8 +284,8 @@ nsDOMDataSource::GetURI(char** aURI)
|
||||
NS_PRECONDITION(aURI != nsnull, "null ptr");
|
||||
if (!aURI) return NS_ERROR_NULL_POINTER;
|
||||
|
||||
*aURI = nsXPIDLCString::Copy("rdf:ins_domds");
|
||||
if (!*aURI) return NS_ERROR_OUT_OF_MEMORY;
|
||||
*aURI = nsCRT::strdup("rdf:ins_domds");
|
||||
if (!*aURI) return NS_ERROR_OUT_OF_MEMORY;
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user