diff --git a/mozilla/cmd/xfe/src/URLBar.cpp b/mozilla/cmd/xfe/src/URLBar.cpp index 0576634248b..ce36b1100f6 100644 --- a/mozilla/cmd/xfe/src/URLBar.cpp +++ b/mozilla/cmd/xfe/src/URLBar.cpp @@ -884,7 +884,8 @@ XFE_URLBar::doPopup(XEvent *event) if (!m_popup) { - m_popup = new XFE_PopupMenu("popup",(XFE_Frame*)m_toplevel, widget, NULL); + m_popup = new XFE_PopupMenu("popup",(XFE_Frame*)m_toplevel, + widget, (MenuSpec *)NULL); m_popup->addMenuSpec(ccp_popup_spec); } m_popup->position(event);