Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(554)

Unified Diff: Source/core/css/StyleSheetList.h

Issue 989173003: Fix template angle bracket syntax in css (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/css/StyleSheetContents.cpp ('k') | Source/core/css/StyleSheetList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
};
« no previous file with comments | « Source/core/css/StyleSheetContents.cpp ('k') | Source/core/css/StyleSheetList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698