| Index: third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp
|
| index 7dbb679cb1ef35b25185c3d9216647fb9b64b31d..ebbb4448045ba7e261463ccc4d95b5974397afbc 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp
|
| @@ -196,6 +196,7 @@ bool CompositeEditCommand::apply() {
|
| case InputEvent::InputType::InsertParagraph:
|
| case InputEvent::InputType::InsertFromPaste:
|
| case InputEvent::InputType::InsertFromDrop:
|
| + case InputEvent::InputType::InsertReplacementText:
|
| case InputEvent::InputType::DeleteComposedCharacterForward:
|
| case InputEvent::InputType::DeleteComposedCharacterBackward:
|
| case InputEvent::InputType::DeleteWordBackward:
|
|
|