Recommiting 1.66 changes. It got removed by Matt's checkin.

This commit is contained in:
radha%netscape.com 1999-04-10 00:31:31 +00:00
parent 76fb8170a9
commit b274f03141

View File

@ -255,7 +255,10 @@
if (rdfCore)
{
rdfCore.Init("RDFCore");
XPAppCoresManager.Add(rdfCore);
// We do not need this add() call. It fails and doesn't execute the loadURL
// call that is following. The job of add has already been done by the Init()
// call.
// XPAppCoresManager.Add(rdfCore);
rdfCoreFound = true;
}
}