Index: Source/core/css/CSSGroupingRule.h |
diff --git a/Source/core/css/CSSGroupingRule.h b/Source/core/css/CSSGroupingRule.h |
index afc0b5a113ba378f126b15fa48f4fd0fca48541a..3e0aea0fd182224d5b282fc681eafb911e062d0a 100644 |
--- a/Source/core/css/CSSGroupingRule.h |
+++ b/Source/core/css/CSSGroupingRule.h |
@@ -41,14 +41,14 @@ public: |
unsigned insertRule(const String& rule, unsigned index, ExceptionCode&); |
void deleteRule(unsigned index, ExceptionCode&); |
- |
+ |
// For CSSRuleList |
unsigned length() const; |
CSSRule* item(unsigned index) const; |
protected: |
CSSGroupingRule(StyleRuleGroup* groupRule, CSSStyleSheet* parent); |
- |
+ |
void appendCssTextForItems(StringBuilder&) const; |
RefPtr<StyleRuleGroup> m_groupRule; |