| Index: third_party/WebKit/Source/core/css/StylePropertySet.h
|
| diff --git a/third_party/WebKit/Source/core/css/StylePropertySet.h b/third_party/WebKit/Source/core/css/StylePropertySet.h
|
| index 3f900840e7d0a238ebc156477b16972791734cfb..af0888c8798c900ad1704876652d1cdb3a96ef8c 100644
|
| --- a/third_party/WebKit/Source/core/css/StylePropertySet.h
|
| +++ b/third_party/WebKit/Source/core/css/StylePropertySet.h
|
| @@ -133,6 +133,8 @@ public:
|
|
|
| bool propertyMatches(CSSPropertyID, const CSSValue*) const;
|
|
|
| + void purgeMemory();
|
| +
|
| DECLARE_TRACE();
|
| DEFINE_INLINE_TRACE_AFTER_DISPATCH() { }
|
|
|
|
|