Index: Source/core/css/CSSReflectValue.h |
diff --git a/Source/core/css/CSSReflectValue.h b/Source/core/css/CSSReflectValue.h |
index 9d9840e63e98273ad16a4e010c31d1f54741dab5..bfe267c5899f505611fd776036d134964d8f77dc 100644 |
--- a/Source/core/css/CSSReflectValue.h |
+++ b/Source/core/css/CSSReflectValue.h |
@@ -54,8 +54,6 @@ public: |
bool equals(const CSSReflectValue&) const; |
- void reportDescendantMemoryUsage(MemoryObjectInfo*) const; |
- |
private: |
CSSReflectValue(PassRefPtr<CSSPrimitiveValue> direction, PassRefPtr<CSSPrimitiveValue> offset, PassRefPtr<CSSValue> mask) |
: CSSValue(ReflectClass) |