mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 22:07:41 +00:00
Bug 1102855 Fix uninitialised variable r=jimm
This commit is contained in:
parent
4ccbbd6d07
commit
8762ca6a06
@ -356,6 +356,7 @@ nsWindow::nsWindow() : nsWindowBase()
|
||||
mUnicodeWidget = true;
|
||||
mDisplayPanFeedback = false;
|
||||
mTouchWindow = false;
|
||||
mFutureMarginsToUse = false;
|
||||
mCustomNonClient = false;
|
||||
mHideChrome = false;
|
||||
mFullscreenMode = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user