Index: Source/core/css/CSSStyleRule.h |
diff --git a/Source/core/css/CSSStyleRule.h b/Source/core/css/CSSStyleRule.h |
index bc8b6838284a623361f2fabd3184128eb0527210..0359a94205e86b0b6b1809f2ef9e5c1b792ebfd8 100644 |
--- a/Source/core/css/CSSStyleRule.h |
+++ b/Source/core/css/CSSStyleRule.h |
@@ -39,7 +39,6 @@ public: |
virtual CSSRule::Type type() const { return STYLE_RULE; } |
virtual String cssText() const OVERRIDE; |
virtual void reattach(StyleRuleBase*) OVERRIDE; |
- virtual void reportMemoryUsage(MemoryObjectInfo*) const OVERRIDE; |
String selectorText() const; |
void setSelectorText(const String&); |