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 e9d4b48e14ff8816a0b5913aef880802c2094455..0838130c6488ab72a3c69e734ebc8445b1a07739 100644 |
--- a/third_party/WebKit/Source/web/tests/WebViewTest.cpp |
+++ b/third_party/WebKit/Source/web/tests/WebViewTest.cpp |
@@ -2456,7 +2456,7 @@ TEST_P(WebViewTest, BlinkCaretOnClosingContextMenu) { |
EXPECT_TRUE(main_frame->GetFrame()->Selection().IsCaretBlinkingSuspended()); |
// Caret blinking is still suspended after showing context menu. |
- web_view->ShowContextMenu(); |
+ web_view->ShowContextMenu(kMenuSourceMouse); |
EXPECT_TRUE(main_frame->GetFrame()->Selection().IsCaretBlinkingSuspended()); |
// Caret blinking will be resumed only after context menu is closed. |