| 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 2fe0b570b376973f2fee55a21490b456fd26c893..a26ec0738974ac63b157c4649dd02f6d5615e60e 100644
|
| --- a/third_party/WebKit/Source/core/editing/Editor.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/Editor.cpp
|
| @@ -1488,8 +1488,8 @@ void Editor::ChangeSelectionAfterCommand(
|
| Client().RespondToChangedSelection(
|
| frame_, GetFrame()
|
| .Selection()
|
| - .ComputeVisibleSelectionInDOMTreeDeprecated()
|
| - .GetSelectionType());
|
| + .GetSelectionInDOMTree()
|
| + .SelectionTypeWithLegacyGranularity());
|
| }
|
| }
|
|
|
|
|