Index: Source/core/dom/ContainerNode.h |
diff --git a/Source/core/dom/ContainerNode.h b/Source/core/dom/ContainerNode.h |
index 84286361e0eedc31ea2baeac4c597dfb0b5e8ffb..a3f61ca1252537d3121c5b06a20c9d69c7fa3012 100644 |
--- a/Source/core/dom/ContainerNode.h |
+++ b/Source/core/dom/ContainerNode.h |
@@ -129,8 +129,6 @@ public: |
virtual bool childShouldCreateRenderer(const NodeRenderingContext&) const { return true; } |
- virtual void reportMemoryUsage(MemoryObjectInfo*) const OVERRIDE; |
- |
protected: |
ContainerNode(Document*, ConstructionType = CreateContainer); |