| 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 3ce9536e6f79cd350201cd31130bd3514849f93c..dc47efd8ba5de94aedce338eb717bc2c56357366 100644
|
| --- a/third_party/WebKit/Source/core/editing/Editor.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/Editor.cpp
|
| @@ -1026,7 +1026,7 @@ bool Editor::insertTextWithoutSendingTextEvent(const String& text,
|
|
|
| // Insert the text
|
| TypingCommand::insertText(
|
| - *selection.start().document(), text, selection,
|
| + *selection.start().document(), text, selection.asSelection(),
|
| selectInsertedText ? TypingCommand::SelectInsertedText : 0,
|
| triggeringEvent && triggeringEvent->isComposition()
|
| ? TypingCommand::TextCompositionConfirm
|
|
|