Index: Source/core/html/HTMLImageElement.h |
diff --git a/Source/core/html/HTMLImageElement.h b/Source/core/html/HTMLImageElement.h |
index 020764595cfbde3e38ccbf715f906719fcafd20f..57f241e8795413f489c13f5b263bc7d0a0f6c2ff 100644 |
--- a/Source/core/html/HTMLImageElement.h |
+++ b/Source/core/html/HTMLImageElement.h |
@@ -76,8 +76,6 @@ public: |
virtual bool canContainRangeEndPoint() const { return false; } |
- virtual void reportMemoryUsage(MemoryObjectInfo*) const OVERRIDE; |
- |
protected: |
HTMLImageElement(const QualifiedName&, Document*, HTMLFormElement* = 0); |