Index: Source/core/dom/ShadowRoot.h |
diff --git a/Source/core/dom/ShadowRoot.h b/Source/core/dom/ShadowRoot.h |
index dbc71dc0a6cd628e03e0945061edca656320993c..eb626fcc246f26a84e11e8d9270d2fef77d9788a 100644 |
--- a/Source/core/dom/ShadowRoot.h |
+++ b/Source/core/dom/ShadowRoot.h |
@@ -94,8 +94,6 @@ public: |
PassRefPtr<Node> cloneNode(bool, ExceptionCode&); |
- virtual void reportMemoryUsage(MemoryObjectInfo*) const OVERRIDE; |
- |
private: |
ShadowRoot(Document*, ShadowRootType); |
virtual ~ShadowRoot(); |