| Index: third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/WebFrameTest.cpp b/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| index 844e2cf16688bfecc961441546df83b252047f3b..751d0caae1e7e0d91942a49ec0a7ace32c7eda23 100644
|
| --- a/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| @@ -4398,7 +4398,7 @@ TEST_P(ParameterizedWebFrameTest, MoveRangeSelectionExtentScollsInputField)
|
|
|
| static int computeOffset(LayoutObject* layoutObject, int x, int y)
|
| {
|
| - return createVisiblePosition(layoutObject->positionForPoint(LayoutPoint(x, y))).deepEquivalent().computeOffsetInContainerNode();
|
| + return createVisiblePositionDeprecated(layoutObject->positionForPoint(LayoutPoint(x, y))).deepEquivalent().computeOffsetInContainerNode();
|
| }
|
|
|
| // positionForPoint returns the wrong values for contenteditable spans. See
|
|
|