| Index: third_party/WebKit/Source/core/editing/SelectionAdjuster.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/SelectionAdjuster.cpp b/third_party/WebKit/Source/core/editing/SelectionAdjuster.cpp
|
| index e94156d02c1b8b69dc8c1087b694d12f12973d45..ff508a3cf3a4cb6143c01003cf868f0b1562402a 100644
|
| --- a/third_party/WebKit/Source/core/editing/SelectionAdjuster.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/SelectionAdjuster.cpp
|
| @@ -208,7 +208,7 @@ void SelectionAdjuster::adjustSelectionInDOMTree(
|
| const Position& extent = toPositionInDOMTree(selectionInFlatTree.extent());
|
|
|
| if (isCrossingShadowBoundaries(selectionInFlatTree)) {
|
| - *selection = createVisibleSelectionDeprecated(base, extent);
|
| + *selection = createVisibleSelection(base, extent);
|
| return;
|
| }
|
|
|
|
|