bug=45127
r=edburns a=edburns author=avm@sparc.spb.su Wrong URL for kRDF_type. git-svn-id: svn://10.0.0.236/trunk@76357 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -120,7 +120,7 @@ nsresult rdf_InitRDFUtils()
|
||||
}
|
||||
|
||||
if (nsnull == kRDF_type) {
|
||||
rv = gRDF->GetResource("http://home.netscape.com/NC-rdf#type",
|
||||
rv = gRDF->GetResource("http://www.w3.org/1999/02/22-rdf-syntax-ns",
|
||||
getter_AddRefs(kRDF_type));
|
||||
if (NS_FAILED(rv)) {
|
||||
return rv;
|
||||
|
||||
Reference in New Issue
Block a user