Index: Source/core/css/CSSProperty.h |
diff --git a/Source/core/css/CSSProperty.h b/Source/core/css/CSSProperty.h |
index 66e6abf5b5337f81b69b27e2b3537d8f812b10dc..43f073586bbbb4029fd244c3ef632986ad3c4fb5 100644 |
--- a/Source/core/css/CSSProperty.h |
+++ b/Source/core/css/CSSProperty.h |
@@ -79,8 +79,6 @@ public: |
static CSSPropertyID resolveDirectionAwareProperty(CSSPropertyID, TextDirection, WritingMode); |
static bool isInheritedProperty(CSSPropertyID); |
- void reportMemoryUsage(MemoryObjectInfo*) const; |
- |
StylePropertyMetadata metadata() const { return m_metadata; } |
private: |