| Index: third_party/WebKit/Source/core/editing/commands/RemoveFormatCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/RemoveFormatCommand.cpp b/third_party/WebKit/Source/core/editing/commands/RemoveFormatCommand.cpp
|
| index 401ae3f7d3bb4b89564f127cd7bd5744d399f4e6..96197db84e0f39de0322b6cb186301996c1788f1 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/RemoveFormatCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/RemoveFormatCommand.cpp
|
| @@ -78,7 +78,7 @@ void RemoveFormatCommand::doApply(EditingState* editingState) {
|
| }
|
|
|
| InputEvent::InputType RemoveFormatCommand::inputType() const {
|
| - return InputEvent::InputType::RemoveFormat;
|
| + return InputEvent::InputType::FormatRemove;
|
| }
|
|
|
| } // namespace blink
|
|
|