| Index: third_party/WebKit/Source/web/tests/WebViewTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/WebViewTest.cpp b/third_party/WebKit/Source/web/tests/WebViewTest.cpp
|
| index 661727b0ecfe7f988c3226c77967870018e25097..dad995b350b448ebfba509b18ba3ce3eef49dc5a 100644
|
| --- a/third_party/WebKit/Source/web/tests/WebViewTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/WebViewTest.cpp
|
| @@ -2457,7 +2457,7 @@ TEST_P(WebViewTest, BlinkCaretOnClosingContextMenu) {
|
| EXPECT_TRUE(main_frame->GetFrame()->Selection().IsCaretBlinkingSuspended());
|
|
|
| // Caret blinking is still suspended after showing context menu.
|
| - web_view->ShowContextMenu(kMenuSourceMouse);
|
| + web_view->GetWidget()->ShowContextMenu(kMenuSourceMouse);
|
| EXPECT_TRUE(main_frame->GetFrame()->Selection().IsCaretBlinkingSuspended());
|
|
|
| // Caret blinking will be resumed only after context menu is closed.
|
|
|