Index: Source/core/dom/Event.h |
diff --git a/Source/core/dom/Event.h b/Source/core/dom/Event.h |
index 0cbf9b8a858915886486082289f97acb2d0ba737..a9d1299dbc758444d050a78deadcf0e02e83196c 100644 |
--- a/Source/core/dom/Event.h |
+++ b/Source/core/dom/Event.h |
@@ -162,8 +162,6 @@ public: |
bool isBeingDispatched() const { return eventPhase(); } |
- virtual void reportMemoryUsage(MemoryObjectInfo*) const; |
- |
virtual PassRefPtr<Event> cloneFor(HTMLIFrameElement*) const; |
protected: |