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 0f2b0884d68b49143006834b6c9c3508ec972fcf..9cefb1295d3b474d735ef25b1dd367e0b050243c 100644 |
--- a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp |
+++ b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp |
@@ -105,6 +105,7 @@ bool CompositeEditCommand::Apply() { |
case InputEvent::InputType::kInsertTranspose: |
case InputEvent::InputType::kInsertReplacementText: |
case InputEvent::InputType::kInsertCompositionText: |
+ case InputEvent::InputType::kDeleteByComposition: |
case InputEvent::InputType::kDeleteWordBackward: |
case InputEvent::InputType::kDeleteWordForward: |
case InputEvent::InputType::kDeleteSoftLineBackward: |