Fix an initializer list warning, no bug

This commit is contained in:
David Zbarsky 2013-07-11 13:04:17 -04:00
parent 60e969c975
commit 78eb26c122

View File

@ -602,8 +602,8 @@ GeckoInputDispatcher::unregisterInputChannel(const sp<InputChannel>& inputChanne
nsAppShell::nsAppShell()
: mNativeCallbackRequest(false)
, mHandlers()
, mEnableDraw(false)
, mHandlers()
{
gAppShell = this;
}