| 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 c42794ae2725129809ecd971e69d0d99d56d0200..0acfadcd5cc6d69da5fef4f5a3ecd2e3d798f249 100644
|
| --- a/third_party/WebKit/Source/core/editing/SelectionAdjuster.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/SelectionAdjuster.cpp
|
| @@ -203,7 +203,7 @@ void SelectionAdjuster::adjustSelectionInDOMTree(VisibleSelection* selection, co
|
| const Position& extent = toPositionInDOMTree(selectionInFlatTree.extent());
|
|
|
| if (isCrossingShadowBoundaries(selectionInFlatTree)) {
|
| - *selection = VisibleSelection(base, extent);
|
| + *selection = createVisibleSelectionDeprecated(base, extent);
|
| return;
|
| }
|
|
|
|
|