Don't add the rdfAppcore explicitly, since that call fails internally in Appcoresmanager

and control is never returned to Javascript to execute the loadURL call.
rdfCore.Init() already does the job of XPAppcoresManager.add()
This commit is contained in:
radha%netscape.com 1999-04-08 05:14:31 +00:00
parent 897f0bc9af
commit c47fb16061

View File

@ -252,7 +252,7 @@
if (rdfCore)
{
rdfCore.Init("RDFCore");
XPAppCoresManager.Add(rdfCore);
//XPAppCoresManager.Add(rdfCore);
rdfCoreFound = true;
}
}