mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-24 21:58:06 +00:00
Uncommented Initialize() call.
This commit is contained in:
parent
642294338f
commit
9cf2fd89ba
@ -56,7 +56,7 @@ MRJConsole::MRJConsole(MRJPlugin* plugin)
|
||||
mShowMethod(NULL), mHideMethod(NULL), mVisibleMethod(NULL), mPrintMethod(NULL), mFinishMethod(NULL),
|
||||
mResults(NULL), mContext(NULL), mFrame(NULL)
|
||||
{
|
||||
// Initialize();
|
||||
Initialize();
|
||||
}
|
||||
|
||||
MRJConsole::~MRJConsole()
|
||||
|
Loading…
x
Reference in New Issue
Block a user