Index: Source/core/css/CSSMediaRule.h |
diff --git a/Source/core/css/CSSMediaRule.h b/Source/core/css/CSSMediaRule.h |
index 9d74900b20aa55573406eb394a9186996882d164..7735b1262f6b63638b6674bb00072f94d4c66f25 100644 |
--- a/Source/core/css/CSSMediaRule.h |
+++ b/Source/core/css/CSSMediaRule.h |
@@ -38,7 +38,6 @@ public: |
virtual CSSRule::Type type() const OVERRIDE { return MEDIA_RULE; } |
virtual void reattach(StyleRuleBase*) OVERRIDE; |
- virtual void reportMemoryUsage(MemoryObjectInfo*) const OVERRIDE; |
virtual String cssText() const OVERRIDE; |
MediaList* media() const; |