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

Unified Diff: Source/core/css/CSSPropertySourceData.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/CSSKeyframesRule.h ('k') | Source/core/css/CSSRuleList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSPropertySourceData.h
diff --git a/Source/core/css/CSSPropertySourceData.h b/Source/core/css/CSSPropertySourceData.h
index cef6b39a0a7f9972849c5c9c9c612c150168f483..5e06c5a0514646bf9a70e9eaab87938ea23113b6 100644
--- a/Source/core/css/CSSPropertySourceData.h
+++ b/Source/core/css/CSSPropertySourceData.h
@@ -110,11 +110,11 @@ struct CSSMediaSourceData : public RefCountedWillBeGarbageCollected<CSSMediaSour
DEFINE_INLINE_TRACE() { visitor->trace(queryData); }
- WillBeHeapVector<RefPtrWillBeMember<CSSMediaQuerySourceData> > queryData;
+ WillBeHeapVector<RefPtrWillBeMember<CSSMediaQuerySourceData>> queryData;
};
struct CSSRuleSourceData;
-typedef WillBeHeapVector<RefPtrWillBeMember<CSSRuleSourceData> > RuleSourceDataList;
+typedef WillBeHeapVector<RefPtrWillBeMember<CSSRuleSourceData>> RuleSourceDataList;
typedef WillBeHeapVector<SourceRange> SelectorRangeList;
struct CSSRuleSourceData : public RefCountedWillBeGarbageCollected<CSSRuleSourceData> {
« no previous file with comments | « Source/core/css/CSSKeyframesRule.h ('k') | Source/core/css/CSSRuleList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698