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

git-svn-id: svn://10.0.0.236/trunk@39061 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rpotts%netscape.com
1999-07-13 07:21:44 +00:00
parent bec75a3a96
commit 6d2f5bae77
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;
}