| 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 8c2d21feb0b7689b08d70bc88f8d6ef79560abcd..65bb2ca55e4edbb14ede7f1d57941a76868e5b37 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:
|
|
|