Index: Source/core/css/CSSPrimitiveValue.h |
diff --git a/Source/core/css/CSSPrimitiveValue.h b/Source/core/css/CSSPrimitiveValue.h |
index b230400af3fccbd1db9fded4ace9086baa1ba58a..b9d98b2bae7053beb253848bcf56829ba9b9d59e 100644 |
--- a/Source/core/css/CSSPrimitiveValue.h |
+++ b/Source/core/css/CSSPrimitiveValue.h |
@@ -306,8 +306,6 @@ public: |
bool equals(const CSSPrimitiveValue&) const; |
- void reportDescendantMemoryUsage(MemoryObjectInfo*) const; |
- |
private: |
// FIXME: int vs. unsigned overloading is too subtle to distinguish the color and identifier cases. |
CSSPrimitiveValue(int ident); |