Index: Source/core/css/StyleSheetList.h |
diff --git a/Source/core/css/StyleSheetList.h b/Source/core/css/StyleSheetList.h |
index 038bf3c2b8e61ee2530ab21f2434206464ba5f98..8688021d75f8e436cd4e6090f83e4c4c43848eff 100644 |
--- a/Source/core/css/StyleSheetList.h |
+++ b/Source/core/css/StyleSheetList.h |
@@ -57,11 +57,11 @@ public: |
private: |
explicit StyleSheetList(TreeScope*); |
- const WillBeHeapVector<RefPtrWillBeMember<StyleSheet> >& styleSheets(); |
+ const WillBeHeapVector<RefPtrWillBeMember<StyleSheet>>& styleSheets(); |
RawPtrWillBeMember<TreeScope> m_treeScope; |
#if !ENABLE(OILPAN) |
- Vector<RefPtr<StyleSheet> > m_detachedStyleSheets; |
+ Vector<RefPtr<StyleSheet>> m_detachedStyleSheets; |
#endif |
}; |