| Index: third_party/WebKit/Source/core/editing/commands/IndentOutdentCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/IndentOutdentCommand.cpp b/third_party/WebKit/Source/core/editing/commands/IndentOutdentCommand.cpp
|
| index 603496c04b305e5641d40a380365403e13461703..584ca15ba314a64cbac046c1f8d97410a9f0a1a9 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/IndentOutdentCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/IndentOutdentCommand.cpp
|
| @@ -402,8 +402,8 @@ void IndentOutdentCommand::formatRange(const Position& start,
|
| }
|
|
|
| InputEvent::InputType IndentOutdentCommand::inputType() const {
|
| - return m_typeOfAction == Indent ? InputEvent::InputType::Indent
|
| - : InputEvent::InputType::Outdent;
|
| + return m_typeOfAction == Indent ? InputEvent::InputType::FormatIndent
|
| + : InputEvent::InputType::FormatOutdent;
|
| }
|
|
|
| } // namespace blink
|
|
|