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 e30c651c07d5d0d48e431d49d77f08104080e0d9..42fd9d48765fcad14eb8dfb670259b43e7d973f2 100644 |
--- a/third_party/WebKit/Source/core/editing/commands/UnlinkCommand.h |
+++ b/third_party/WebKit/Source/core/editing/commands/UnlinkCommand.h |
@@ -41,7 +41,7 @@ private: |
explicit UnlinkCommand(Document&); |
void doApply(EditingState*) override; |
- EditAction editingAction() const override { return EditActionUnlink; } |
+ InputEvent::InputType inputType() const override; |
}; |
} // namespace blink |