diff --git a/widget/src/mac/nsWindow.cpp b/widget/src/mac/nsWindow.cpp index 8cd0db7ba3d..4ac21fc3dff 100644 --- a/widget/src/mac/nsWindow.cpp +++ b/widget/src/mac/nsWindow.cpp @@ -57,6 +57,7 @@ nsWindow::nsWindow() : nsBaseWidget() SetForegroundColor(NS_RGB(0, 0, 0)); mFontMetrics = nsnull; + mMenuBar = nsnull; mWindowRegion = nsnull; mWindowPtr = nsnull; mPainting = PR_FALSE;