Move APIs to create 'anonymous' resources into the RDF service. Fix stuff that was using it.
This commit is contained in:
@@ -1031,7 +1031,7 @@ RDFContentSinkImpl::GetIdAboutAttribute(const nsIParserNode& aNode,
|
||||
}
|
||||
|
||||
// Otherwise, we couldn't find anything, so just gensym one...
|
||||
rv = rdf_CreateAnonymousResource(nsCAutoString(docURI), aResource);
|
||||
rv = gRDFService->GetAnonymousResource(aResource);
|
||||
return rv;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user