зеркало из https://github.com/mozilla/pjs.git
Create MRJConsole even in 4.X build.
This commit is contained in:
Родитель
f8c65dad72
Коммит
92c7e953f8
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче