| 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 2779b19c41197a3ad046474c6eeeb2174742bb07..e3fbaca9d77dbec76d4bd8a5ed1c37e7b86a27c3 100644
|
| --- a/third_party/WebKit/Source/core/editing/Editor.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/Editor.cpp
|
| @@ -1574,9 +1574,9 @@ void Editor::setMarkedTextMatchesAreHighlighted(bool flag) {
|
| }
|
|
|
| void Editor::respondToChangedSelection(
|
| - const VisibleSelection& oldSelection,
|
| + const Position& oldSelectionStart,
|
| FrameSelection::SetSelectionOptions options) {
|
| - spellChecker().respondToChangedSelection(oldSelection, options);
|
| + spellChecker().respondToChangedSelection(oldSelectionStart, options);
|
| frame().inputMethodController().cancelCompositionIfSelectionIsInvalid();
|
| client().respondToChangedSelection(&frame(),
|
| frame().selection().getSelectionType());
|
|
|