Bug 1167085 - Initialize nsBaseWidget::mLayerManager to nullptr. r=roc

This commit is contained in:
Kan-Ru Chen 2015-05-21 16:10:37 +08:00
parent 71a8d43e44
commit 4b7110fb9f

View File

@ -144,6 +144,7 @@ NS_IMPL_ISUPPORTS(nsBaseWidget, nsIWidget, nsISupportsWeakReference)
nsBaseWidget::nsBaseWidget()
: mWidgetListener(nullptr)
, mAttachedWidgetListener(nullptr)
, mLayerManager(nullptr)
, mCompositorVsyncDispatcher(nullptr)
, mCursor(eCursor_standard)
, mUpdateCursor(true)