Chromium Code Reviews| Index: Source/core/css/CSSValue.h |
| diff --git a/Source/core/css/CSSValue.h b/Source/core/css/CSSValue.h |
| index 3fd465eb8f1dcb5d85fe3e695eb28c499b64b40b..ec6c8721e97dba0acd94633ea76af85f2861061f 100644 |
| --- a/Source/core/css/CSSValue.h |
| +++ b/Source/core/css/CSSValue.h |
| @@ -120,7 +120,7 @@ public: |
| bool equals(const CSSValue&) const; |
| - void finalize(); |
| + void finalizeGarbageCollectedObject(); |
| void traceAfterDispatch(Visitor*) { } |
| void trace(Visitor*); |