| Index: third_party/WebKit/Source/core/input/EventHandlerTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/input/EventHandlerTest.cpp b/third_party/WebKit/Source/core/input/EventHandlerTest.cpp
|
| index 47f1a051577c0ceffeab11d7ab76dcdf15226082..8aa7af09f71ddc779810aeaa4cc9ee5b54b5f0f2 100644
|
| --- a/third_party/WebKit/Source/core/input/EventHandlerTest.cpp
|
| +++ b/third_party/WebKit/Source/core/input/EventHandlerTest.cpp
|
| @@ -480,7 +480,7 @@ TEST_F(EventHandlerTest, MisspellingContextMenuEvent) {
|
| Selection().ComputeVisibleSelectionInDOMTreeDeprecated().IsCaret());
|
| ASSERT_TRUE(Selection().IsHandleVisible());
|
|
|
| - GetDocument().GetFrame()->GetEventHandler().SendContextMenuEventForKey(
|
| + GetDocument().GetFrame()->GetEventHandler().ShowNonLocatedContextMenu(
|
| nullptr, kMenuSourceTouchHandle);
|
|
|
| ASSERT_TRUE(
|
|
|