Chromium Code Reviews| Index: Source/core/css/CSSRuleList.h |
| diff --git a/Source/core/css/CSSRuleList.h b/Source/core/css/CSSRuleList.h |
| index c31876b0ddf221a4952779700c4be0321568a9e8..91232954f21ea1a14bfc76005160e741905a1cef 100644 |
| --- a/Source/core/css/CSSRuleList.h |
| +++ b/Source/core/css/CSSRuleList.h |
| @@ -53,7 +53,7 @@ public: |
| virtual void trace(Visitor*) { } |
| protected: |
| - CSSRuleList(); |
| + CSSRuleList() { } |
| }; |
| class StaticCSSRuleList FINAL : public CSSRuleList { |