Removed call to NET_InitJSProtocol for NECKO only... This should help fix the build bustage when NECKO is defined.

This commit is contained in:
rpotts@netscape.com
1999-07-13 07:21:44 +00:00
parent b8fc410ef5
commit f0b085affc
2 changed files with 4 additions and 0 deletions

View File

@@ -3744,7 +3744,9 @@ void
nsWebShellFactory::StartServices()
{
// XXX TEMPORARY Till we have real pluggable protocol handlers
#ifndef NECKO
NET_InitJavaScriptProtocol();
#endif // NECKO
mStartedServices = PR_TRUE;
}