| Index: third_party/WebKit/Source/core/editing/Editor.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/Editor.cpp b/third_party/WebKit/Source/core/editing/Editor.cpp
|
| index 8207eb6381b2216ff33bb1f6d3992c1edec8bb11..367a108c8f5f7c8e16370a41f46021d59463386b 100644
|
| --- a/third_party/WebKit/Source/core/editing/Editor.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/Editor.cpp
|
| @@ -186,7 +186,7 @@ Editor::RevealSelectionScope::~RevealSelectionScope() {
|
| // |SelectionInDOMTree| instead of |VisibleSelection|.
|
| VisibleSelection Editor::SelectionForCommand(Event* event) {
|
| VisibleSelection selection =
|
| - GetFrame().Selection().ComputeVisibleSelectionInDOMTreeDeprecated();
|
| + GetFrame().Selection().ComputeVisibleSelectionInDOMTree();
|
| if (!event)
|
| return selection;
|
| // If the target is a text control, and the current selection is outside of
|
|
|