| 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 30d2a360795a7f5e2f02a65de66f975dd347e864..2fc8ab098b90cc4982a810dc6d71602ff4ab383e 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp
|
| @@ -106,8 +106,10 @@ bool CompositeEditCommand::apply() {
|
| case InputEvent::InputType::InsertCompositionText:
|
| case InputEvent::InputType::DeleteWordBackward:
|
| case InputEvent::InputType::DeleteWordForward:
|
| - case InputEvent::InputType::DeleteLineBackward:
|
| - case InputEvent::InputType::DeleteLineForward:
|
| + case InputEvent::InputType::DeleteSoftLineBackward:
|
| + case InputEvent::InputType::DeleteSoftLineForward:
|
| + case InputEvent::InputType::DeleteHardLineBackward:
|
| + case InputEvent::InputType::DeleteHardLineForward:
|
| case InputEvent::InputType::DeleteContentBackward:
|
| case InputEvent::InputType::DeleteContentForward:
|
| case InputEvent::InputType::DeleteByCut:
|
|
|