Index: Source/core/css/CSSUnknownRule.h |
diff --git a/Source/core/css/CSSUnknownRule.h b/Source/core/css/CSSUnknownRule.h |
index 3fffaa16a6b6be36e9fc99cb1e274658a132d04e..92e44ba3c3c69c06717357a4bbafd86062f6433b 100644 |
--- a/Source/core/css/CSSUnknownRule.h |
+++ b/Source/core/css/CSSUnknownRule.h |
@@ -23,7 +23,6 @@ |
#define CSSUnknownRule_h |
#include "CSSRule.h" |
-#include "WebCoreMemoryInstrumentation.h" |
namespace WebCore { |
@@ -35,11 +34,6 @@ public: |
virtual CSSRule::Type type() const OVERRIDE { return UNKNOWN_RULE; } |
virtual String cssText() const OVERRIDE { return String(); } |
virtual void reattach(StyleRuleBase*) OVERRIDE { } |
- virtual void reportMemoryUsage(MemoryObjectInfo* memoryObjectInfo) const OVERRIDE |
- { |
- MemoryClassInfo info(memoryObjectInfo, this, WebCoreMemoryTypes::CSS); |
- CSSRule::reportMemoryUsage(memoryObjectInfo); |
- } |
}; |
} // namespace WebCore |