| Index: third_party/WebKit/Source/core/editing/commands/TypingCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/TypingCommand.cpp b/third_party/WebKit/Source/core/editing/commands/TypingCommand.cpp
|
| index e47b8b27d0ba607435d0a760bdd461d957cb98f9..27422e6bff83880a7edecdcdf8a8f0ba8f96124c 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/TypingCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/TypingCommand.cpp
|
| @@ -367,7 +367,7 @@ void TypingCommand::insertText(Document& document,
|
|
|
| if (changeSelection) {
|
| command->setEndingVisibleSelection(currentSelection);
|
| - frame->selection().setSelection(currentSelection);
|
| + frame->selection().setSelection(currentSelection.asSelection());
|
| }
|
| }
|
|
|
|
|