Removed call to NET_InitJSProtocol for NECKO only... This should help fix the build bustage when NECKO is defined.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user