| Index: third_party/WebKit/Source/core/editing/commands/CreateLinkCommand.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/CreateLinkCommand.h b/third_party/WebKit/Source/core/editing/commands/CreateLinkCommand.h
|
| index 258b29dee0ae97f173c4f70c3e4e7361ca6665e1..8c89be97a29061150f423a7a3d750198b093c8e6 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/CreateLinkCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/CreateLinkCommand.h
|
| @@ -40,7 +40,6 @@ class CreateLinkCommand final : public CompositeEditCommand {
|
| CreateLinkCommand(Document&, const String& linkURL);
|
|
|
| void doApply(EditingState*) override;
|
| - InputEvent::InputType inputType() const override;
|
|
|
| String m_url;
|
| };
|
|
|