Bug 1102855 Fix uninitialised variable r=jimm

This commit is contained in:
Neil Rashbrook 2014-11-21 19:50:35 +00:00
parent 444f934843
commit d35c2686c4

View File

@ -356,6 +356,7 @@ nsWindow::nsWindow() : nsWindowBase()
mUnicodeWidget = true;
mDisplayPanFeedback = false;
mTouchWindow = false;
mFutureMarginsToUse = false;
mCustomNonClient = false;
mHideChrome = false;
mFullscreenMode = false;