Index: Source/core/css/CSSRuleList.cpp |
diff --git a/Source/core/css/CSSRuleList.cpp b/Source/core/css/CSSRuleList.cpp |
index fce577b03db90b86c38b452a11fee63bb4165d89..a158d6f2e7014ef482f9bd98e3ce673ef5dc570f 100644 |
--- a/Source/core/css/CSSRuleList.cpp |
+++ b/Source/core/css/CSSRuleList.cpp |
@@ -24,7 +24,6 @@ |
#include "CSSRule.h" |
#include "CSSStyleSheet.h" |
-#include <wtf/MemoryInstrumentationVector.h> |
namespace WebCore { |
@@ -52,10 +51,4 @@ void StaticCSSRuleList::deref() |
delete this; |
} |
-void StaticCSSRuleList::reportMemoryUsage(MemoryObjectInfo* memoryObjectInfo) const |
-{ |
- MemoryClassInfo info(memoryObjectInfo, this, WebCoreMemoryTypes::CSS); |
- info.addMember(m_rules, "rules"); |
-} |
- |
} // namespace WebCore |