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

Unified Diff: Source/core/css/CSSFontFace.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/CSSBasicShapes.h ('k') | Source/core/css/CSSFontFaceSource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSFontFace.h
diff --git a/Source/core/css/CSSFontFace.h b/Source/core/css/CSSFontFace.h
index 0b32493ec6a7480d59105ccce292d87572128407..7901808129fbe27b0ee7622235c23055b840710e 100644
--- a/Source/core/css/CSSFontFace.h
+++ b/Source/core/css/CSSFontFace.h
@@ -114,7 +114,7 @@ private:
UnicodeRangeSet m_ranges;
RawPtrWillBeMember<CSSSegmentedFontFace> m_segmentedFontFace;
- WillBeHeapDeque<OwnPtrWillBeMember<CSSFontFaceSource> > m_sources;
+ WillBeHeapDeque<OwnPtrWillBeMember<CSSFontFaceSource>> m_sources;
RawPtrWillBeMember<FontFace> m_fontFace;
};
« no previous file with comments | « Source/core/css/CSSBasicShapes.h ('k') | Source/core/css/CSSFontFaceSource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698