Index: Source/core/css/CSSFunctionValue.h |
diff --git a/Source/core/css/CSSFunctionValue.h b/Source/core/css/CSSFunctionValue.h |
index 179c7e511f1181cd250e2b3970f9f8bd99c1421d..27e45df3ea58383e49daaa1bac94c44ed89077f2 100644 |
--- a/Source/core/css/CSSFunctionValue.h |
+++ b/Source/core/css/CSSFunctionValue.h |
@@ -49,8 +49,6 @@ public: |
bool equals(const CSSFunctionValue&) const; |
- void reportDescendantMemoryUsage(MemoryObjectInfo*) const; |
- |
private: |
explicit CSSFunctionValue(CSSParserFunction*); |
CSSFunctionValue(String, PassRefPtr<CSSValueList>); |