Chromium Code Reviews| Index: Source/core/css/RuleFeature.h |
| diff --git a/Source/core/css/RuleFeature.h b/Source/core/css/RuleFeature.h |
| index f0538c2111d9f91f5c2db24450e7ac908e5c8c72..7541f59038c4d9d0bce74e11618e81af353f31af 100644 |
| --- a/Source/core/css/RuleFeature.h |
| +++ b/Source/core/css/RuleFeature.h |
| @@ -176,7 +176,8 @@ private: |
| StyleInvalidator m_styleInvalidator; |
| }; |
| - |
| } // namespace blink |
| +WTF_ALLOW_MOVE_AND_INIT_WITH_MEM_FUNCTIONS(blink::RuleFeature); |
| + |
| #endif // RuleFeature_h |