| Index: Source/core/css/CSSKeyframesRule.h
|
| diff --git a/Source/core/css/CSSKeyframesRule.h b/Source/core/css/CSSKeyframesRule.h
|
| index dd89311f83239c00a4f90dd3d954d35503a0428e..197a79289211841ee4b0488538727c0ca1a7ee50 100644
|
| --- a/Source/core/css/CSSKeyframesRule.h
|
| +++ b/Source/core/css/CSSKeyframesRule.h
|
| @@ -73,6 +73,7 @@ private:
|
| DEFINE_STYLE_RULE_TYPE_CASTS(Keyframes);
|
|
|
| class CSSKeyframesRule final : public CSSRule {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<CSSKeyframesRule> create(StyleRuleKeyframes* rule, CSSStyleSheet* sheet)
|
| {
|
|
|