Index: Source/core/css/CSSRule.h |
diff --git a/Source/core/css/CSSRule.h b/Source/core/css/CSSRule.h |
index 340cf4cad5854d0c126eeab451329b37396f28e0..1570fdf0843c3ada663712d885285b2993e55bcc 100644 |
--- a/Source/core/css/CSSRule.h |
+++ b/Source/core/css/CSSRule.h |
@@ -23,8 +23,8 @@ |
#ifndef CSSRule_h |
#define CSSRule_h |
-#include "WebCoreMemoryInstrumentation.h" |
#include <wtf/RefCounted.h> |
+#include <wtf/text/WTFString.h> |
namespace WebCore { |
@@ -64,7 +64,6 @@ public: |
virtual Type type() const = 0; |
virtual String cssText() const = 0; |
virtual void reattach(StyleRuleBase*) = 0; |
- virtual void reportMemoryUsage(MemoryObjectInfo*) const; |
void setParentStyleSheet(CSSStyleSheet* styleSheet) |
{ |