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:
edburns%acm.org
2000-08-15 22:09:05 +00:00
parent e81c19cca3
commit 14ce93d1c7

View File

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