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 ff508a3cf3a4cb6143c01003cf868f0b1562402a..e94156d02c1b8b69dc8c1087b694d12f12973d45 100644 |
--- a/third_party/WebKit/Source/core/editing/SelectionAdjuster.cpp |
+++ b/third_party/WebKit/Source/core/editing/SelectionAdjuster.cpp |
@@ -208,7 +208,7 @@ |
const Position& extent = toPositionInDOMTree(selectionInFlatTree.extent()); |
if (isCrossingShadowBoundaries(selectionInFlatTree)) { |
- *selection = createVisibleSelection(base, extent); |
+ *selection = createVisibleSelectionDeprecated(base, extent); |
return; |
} |