| Index: third_party/WebKit/Source/core/css/StyleRuleKeyframe.h
|
| diff --git a/third_party/WebKit/Source/core/css/StyleRuleKeyframe.h b/third_party/WebKit/Source/core/css/StyleRuleKeyframe.h
|
| index bb06045aa4f5c48462b5a3028922acbe0f435f74..be15334f96f20cded336c586c6d716c524873ceb 100644
|
| --- a/third_party/WebKit/Source/core/css/StyleRuleKeyframe.h
|
| +++ b/third_party/WebKit/Source/core/css/StyleRuleKeyframe.h
|
| @@ -32,6 +32,8 @@ public:
|
|
|
| String cssText() const;
|
|
|
| + void purgeMemory();
|
| +
|
| DECLARE_TRACE_AFTER_DISPATCH();
|
|
|
| private:
|
|
|