| 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 eab65dce046b50f1852b9018bd032071cb2d3974..981b2cd58d748b9c5d2371c2c47740139d677a11 100644
|
| --- a/third_party/WebKit/Source/core/input/EventHandlerTest.cpp
|
| +++ b/third_party/WebKit/Source/core/input/EventHandlerTest.cpp
|
| @@ -255,7 +255,7 @@ TEST_F(EventHandlerTest, sendContextMenuEventWithHover)
|
| ASSERT_NO_EXCEPTION);
|
| document().body()->appendChild(script);
|
| document().frame()->selection().setSelection(
|
| - VisibleSelection(Position(document().body(), 0)));
|
| + createVisibleSelectionDeprecated(Position(document().body(), 0)));
|
| PlatformMouseEvent mouseDownEvent(
|
| IntPoint(0, 0),
|
| IntPoint(100, 200),
|
|
|