Index: Source/core/dom/Node.h |
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h |
index f0bff39e630c691a9a116fbbe0be649a91f07f27..01d0aaf5517e8216c68c7f59029f14a79f7e9978 100644 |
--- a/Source/core/dom/Node.h |
+++ b/Source/core/dom/Node.h |
@@ -651,8 +651,7 @@ public: |
void dispatchSimulatedClick(Event* underlyingEvent, SimulatedClickMouseEventOptions = SendNoEvents); |
virtual bool dispatchBeforeLoadEvent(const String& sourceURL); |
- virtual void dispatchChangeEvent(); |
- virtual void dispatchInputEvent(); |
+ void dispatchInputEvent(); |
// Perform the default action for an event. |
virtual void defaultEventHandler(Event*); |