| Index: Source/web/PopupMenuTest.cpp
|
| diff --git a/Source/web/PopupMenuTest.cpp b/Source/web/PopupMenuTest.cpp
|
| index 810883ca9bbe4e3d691b5fdd5cbc303d07b83521..93433d39a3bcd3ea5ad45b096ef67e4f373e8fea 100644
|
| --- a/Source/web/PopupMenuTest.cpp
|
| +++ b/Source/web/PopupMenuTest.cpp
|
| @@ -38,9 +38,9 @@
|
| #include "core/frame/Settings.h"
|
| #include "core/html/HTMLSelectElement.h"
|
| #include "core/html/forms/PopupMenuClient.h"
|
| +#include "core/layout/LayoutMenuList.h"
|
| #include "core/page/EventHandler.h"
|
| #include "core/page/Page.h"
|
| -#include "core/rendering/RenderMenuList.h"
|
| #include "core/testing/URLTestHelpers.h"
|
| #include "platform/KeyboardCodes.h"
|
| #include "platform/PlatformMouseEvent.h"
|
| @@ -627,7 +627,7 @@ TEST_F(SelectPopupMenuStyleTest, PopupListBoxRTLRowWidth)
|
| registerMockedURLLoad("select_rtl_width.html");
|
| loadFrame(mainFrame(), "select_rtl_width.html");
|
| HTMLSelectElement* select = toHTMLSelectElement(mainFrame()->frame()->document()->focusedElement());
|
| - RenderMenuList* menuList = toRenderMenuList(select->renderer());
|
| + LayoutMenuList* menuList = toLayoutMenuList(select->renderer());
|
| ASSERT(menuList);
|
| menuList->showPopup();
|
| ASSERT(popupOpen());
|
|
|