| Index: Source/core/css/CSSSupportsRule.h
|
| diff --git a/Source/core/css/CSSSupportsRule.h b/Source/core/css/CSSSupportsRule.h
|
| index 88433c450dd9a593c3fe256f97f129a5b88651d7..3e06a4d13ad041d5b796e494e10f5a789b62b79f 100644
|
| --- a/Source/core/css/CSSSupportsRule.h
|
| +++ b/Source/core/css/CSSSupportsRule.h
|
| @@ -36,6 +36,7 @@ namespace blink {
|
| class StyleRuleSupports;
|
|
|
| class CSSSupportsRule final : public CSSGroupingRule {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<CSSSupportsRule> create(StyleRuleSupports* rule, CSSStyleSheet* sheet)
|
| {
|
|
|