| Index: Source/core/layout/LayoutMenuList.cpp
|
| diff --git a/Source/core/layout/LayoutMenuList.cpp b/Source/core/layout/LayoutMenuList.cpp
|
| index 740e345373af677a289b0df3e37da2d5eb196478..d9609760119ffd2747270bc52ef9d189169af086 100644
|
| --- a/Source/core/layout/LayoutMenuList.cpp
|
| +++ b/Source/core/layout/LayoutMenuList.cpp
|
| @@ -347,7 +347,7 @@ void LayoutMenuList::showPopup()
|
| return;
|
|
|
| if (!m_popup)
|
| - m_popup = document().frameHost()->chromeClient().createPopupMenu(*document().frame(), this);
|
| + m_popup = document().frameHost()->chromeClient().openPopupMenu(*document().frame(), this);
|
| m_popupIsVisible = true;
|
|
|
| FloatQuad quad(localToAbsoluteQuad(FloatQuad(borderBoundingBox())));
|
|
|