Index: Source/core/css/ElementRuleCollector.h |
diff --git a/Source/core/css/ElementRuleCollector.h b/Source/core/css/ElementRuleCollector.h |
index c3199498ee862bf907f53535f575f19c9f9be320..d66d4516e09c5d892e60a9433b99d1bc6012b267 100644 |
--- a/Source/core/css/ElementRuleCollector.h |
+++ b/Source/core/css/ElementRuleCollector.h |
@@ -95,7 +95,7 @@ public: |
#endif |
} |
- WillBeHeapVector<RawPtrWillBeMember<StyleRule> > m_list; |
+ WillBeHeapVector<RawPtrWillBeMember<StyleRule>> m_list; |
}; |
// ElementRuleCollector is designed to be used as a stack object. |