| 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 08bd48fa748314d2039bebb84dd753831ed2259e..b6574da6b0c20d421688bfe0b21bc4551820cfbb 100644
|
| --- a/third_party/WebKit/Source/core/input/EventHandlerTest.cpp
|
| +++ b/third_party/WebKit/Source/core/input/EventHandlerTest.cpp
|
| @@ -382,7 +382,8 @@ TEST_F(EventHandlerTest, ClearHandleAfterTap) {
|
| TapEventBuilder singleTapEvent(IntPoint(700, 700), 1);
|
| document().frame()->eventHandler().handleGestureEvent(singleTapEvent);
|
|
|
| - ASSERT_TRUE(selection().isNone());
|
| + ASSERT_TRUE(
|
| + selection().computeVisibleSelectionInDOMTreeDeprecated().isNone());
|
| ASSERT_FALSE(selection().isHandleVisible());
|
| }
|
|
|
|
|