| Index: third_party/WebKit/Source/core/css/CSSValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSValue.h b/third_party/WebKit/Source/core/css/CSSValue.h
|
| index 69c3d0ac57366d6745d7c5416d0847d148fc85b9..dcdf606f078ed8364fa306c589451d63c20984b4 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSValue.h
|
| @@ -112,6 +112,8 @@ public:
|
|
|
| bool equals(const CSSValue&) const;
|
|
|
| + void purgeMemory();
|
| +
|
| void finalizeGarbageCollectedObject();
|
| DEFINE_INLINE_TRACE_AFTER_DISPATCH() { }
|
| DECLARE_TRACE();
|
|
|