Index: Source/core/dom/LiveNodeList.h |
diff --git a/Source/core/dom/LiveNodeList.h b/Source/core/dom/LiveNodeList.h |
index 90b371dd0d5c4b2cb5c3a11c2d29d7005310ada1..b0e55f588a7041102551e3f53dcef16e0d22a311 100644 |
--- a/Source/core/dom/LiveNodeList.h |
+++ b/Source/core/dom/LiveNodeList.h |
@@ -77,8 +77,6 @@ public: |
document()->unregisterNodeList(this); |
} |
- virtual void reportMemoryUsage(MemoryObjectInfo*) const; |
- |
// DOM API |
virtual unsigned length() const OVERRIDE; |
virtual Node* item(unsigned offset) const OVERRIDE; |