Create MRJConsole even in 4.X build.

This commit is contained in:
beard%netscape.com 2000-09-19 00:00:27 +00:00
parent 0de56942fa
commit e39ae93606

View File

@ -276,13 +276,11 @@ NS_METHOD MRJPlugin::Initialize()
mThreadManager->GetCurrentThread(&mPluginThreadID);
}
#ifndef MRJPLUGIN_4X
// create a console, only if there's user interface for it.
if (thePluginManager2 != NULL) {
mConsole = new MRJConsole(this);
mConsole->AddRef();
}
#endif
return result;
}