| Index: third_party/WebKit/Source/core/editing/commands/FormatBlockCommand.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/FormatBlockCommand.h b/third_party/WebKit/Source/core/editing/commands/FormatBlockCommand.h
|
| index acddb9257b2c44300ec90a90b4e5a4175358570f..b069081eb0ce09087255274aabf5d41723270241 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/FormatBlockCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/FormatBlockCommand.h
|
| @@ -60,7 +60,6 @@ class CORE_EXPORT FormatBlockCommand final : public ApplyBlockElementCommand {
|
| const Position& endOfSelection,
|
| HTMLElement*&,
|
| EditingState*) override;
|
| - InputEvent::InputType inputType() const;
|
|
|
| bool m_didApply;
|
| };
|
|
|