Index: Source/core/dom/TreeScope.h |
diff --git a/Source/core/dom/TreeScope.h b/Source/core/dom/TreeScope.h |
index e540152c9739ce08ff784557c4e2b34b1ee22135..d1bef158dabbfe3ae83c39a802f693f335c6788f 100644 |
--- a/Source/core/dom/TreeScope.h |
+++ b/Source/core/dom/TreeScope.h |
@@ -96,8 +96,6 @@ public: |
IdTargetObserverRegistry& idTargetObserverRegistry() const { return *m_idTargetObserverRegistry.get(); } |
- virtual void reportMemoryUsage(MemoryObjectInfo*) const; |
- |
static TreeScope* noDocumentInstance() |
{ |
DEFINE_STATIC_LOCAL(TreeScope, instance, ()); |