Index: Source/core/css/CSSComputedStyleDeclaration.h |
diff --git a/Source/core/css/CSSComputedStyleDeclaration.h b/Source/core/css/CSSComputedStyleDeclaration.h |
index 00c47935fd9a21da0903589183455e95a24ef04c..e10597d252b7f42681921376ccaf202124450e1b 100644 |
--- a/Source/core/css/CSSComputedStyleDeclaration.h |
+++ b/Source/core/css/CSSComputedStyleDeclaration.h |
@@ -71,8 +71,6 @@ public: |
PassRefPtr<StylePropertySet> copyPropertiesInSet(const CSSPropertyID* set, unsigned length) const; |
- virtual void reportMemoryUsage(MemoryObjectInfo*) const OVERRIDE; |
- |
private: |
CSSComputedStyleDeclaration(PassRefPtr<Node>, bool allowVisitedStyle, const String&); |