Index: third_party/WebKit/Source/core/editing/commands/DeleteSelectionCommand.h |
diff --git a/third_party/WebKit/Source/core/editing/commands/DeleteSelectionCommand.h b/third_party/WebKit/Source/core/editing/commands/DeleteSelectionCommand.h |
index ecc6b3d1d2eec968cf0e59b40baaeb15b934c29d..d95a1fac2bc4a1eeb09c61de68195b529bc48bf5 100644 |
--- a/third_party/WebKit/Source/core/editing/commands/DeleteSelectionCommand.h |
+++ b/third_party/WebKit/Source/core/editing/commands/DeleteSelectionCommand.h |
@@ -51,7 +51,7 @@ private: |
DeleteSelectionCommand(const VisibleSelection&, bool smartDelete, bool mergeBlocksAfterDelete, bool expandForSpecialElements, bool sanitizeMarkup); |
void doApply(EditingState*) override; |
- EditAction editingAction() const override; |
+ InputEvent::InputType inputType() const override; |
bool preservesTypingStyle() const override; |