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 a409508fb38c61c50ac84eeafe62dc22e067b62a..f450d1184bbc3f4a69b4fbbc764aff145137559b 100644 |
--- a/third_party/WebKit/Source/core/editing/commands/CreateLinkCommand.h |
+++ b/third_party/WebKit/Source/core/editing/commands/CreateLinkCommand.h |
@@ -41,7 +41,7 @@ private: |
CreateLinkCommand(Document&, const String& linkURL); |
void doApply(EditingState*) override; |
- EditAction editingAction() const override { return EditActionCreateLink; } |
+ InputEvent::InputType inputType() const override; |
String m_url; |
}; |