Index: Source/core/dom/Element.h |
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
index 7d7a7f58cf68cf7f8a3a08308e9414479b9ba376..f1d9c89e0ba7e8e232346bd95b65c1dfc03eef54 100644 |
--- a/Source/core/dom/Element.h |
+++ b/Source/core/dom/Element.h |
@@ -83,8 +83,6 @@ public: |
bool isEquivalent(const ElementData* other) const; |
- void reportMemoryUsage(MemoryObjectInfo*) const; |
- |
bool isUnique() const { return m_isUnique; } |
protected: |
@@ -613,8 +611,6 @@ public: |
IntSize savedLayerScrollOffset() const; |
void setSavedLayerScrollOffset(const IntSize&); |
- virtual void reportMemoryUsage(MemoryObjectInfo*) const OVERRIDE; |
- |
protected: |
Element(const QualifiedName& tagName, Document* document, ConstructionType type) |
: ContainerNode(document, type) |