Index: third_party/WebKit/Source/core/editing/commands/UndoStep.h |
diff --git a/third_party/WebKit/Source/core/editing/commands/UndoStep.h b/third_party/WebKit/Source/core/editing/commands/UndoStep.h |
index 08011f069750dd2089baff2d92563093ac1a74c6..85753563168bc89023e88132c81ae3437114e76b 100644 |
--- a/third_party/WebKit/Source/core/editing/commands/UndoStep.h |
+++ b/third_party/WebKit/Source/core/editing/commands/UndoStep.h |
@@ -47,7 +47,6 @@ class UndoStep : public GarbageCollectedFinalized<UndoStep> { |
virtual bool belongsTo(const LocalFrame&) const = 0; |
virtual void unapply(EditCommandSource) = 0; |
virtual void reapply(EditCommandSource) = 0; |
- virtual InputEvent::InputType inputType() const = 0; |
}; |
} // namespace blink |