| Index: third_party/WebKit/Source/core/editing/commands/UnlinkCommand.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/UnlinkCommand.h b/third_party/WebKit/Source/core/editing/commands/UnlinkCommand.h
|
| index 0f60fef1fe459ace283949f2ecc639d090d56d50..91f6e42c135a8e2ec00b3f1cbe8600e2343fa61a 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/UnlinkCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/UnlinkCommand.h
|
| @@ -40,7 +40,6 @@ class UnlinkCommand final : public CompositeEditCommand {
|
| explicit UnlinkCommand(Document&);
|
|
|
| void doApply(EditingState*) override;
|
| - InputEvent::InputType inputType() const override;
|
| };
|
|
|
| } // namespace blink
|
|
|