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

Unified Diff: Source/core/css/FontFace.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/ElementRuleCollector.h ('k') | Source/core/css/FontFace.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/FontFace.h
diff --git a/Source/core/css/FontFace.h b/Source/core/css/FontFace.h
index cf078f4b00d7dd04fbb4d7052be26ead91dbac21..fa1f190994ecd0e3db01d096b83cfb39256b8646 100644
--- a/Source/core/css/FontFace.h
+++ b/Source/core/css/FontFace.h
@@ -129,7 +129,7 @@ private:
void loadInternal(ExecutionContext*);
ScriptPromise fontStatusPromise(ScriptState*);
- typedef ScriptPromiseProperty<RawPtrWillBeMember<FontFace>, RawPtrWillBeMember<FontFace>, RefPtrWillBeMember<DOMException> > LoadedProperty;
+ typedef ScriptPromiseProperty<RawPtrWillBeMember<FontFace>, RawPtrWillBeMember<FontFace>, RefPtrWillBeMember<DOMException>> LoadedProperty;
AtomicString m_family;
RefPtrWillBeMember<CSSValue> m_src;
@@ -144,10 +144,10 @@ private:
PersistentWillBeMember<LoadedProperty> m_loadedProperty;
OwnPtrWillBeMember<CSSFontFace> m_cssFontFace;
- WillBeHeapVector<RefPtrWillBeMember<LoadFontCallback> > m_callbacks;
+ WillBeHeapVector<RefPtrWillBeMember<LoadFontCallback>> m_callbacks;
};
-typedef WillBeHeapVector<RefPtrWillBeMember<FontFace> > FontFaceArray;
+typedef WillBeHeapVector<RefPtrWillBeMember<FontFace>> FontFaceArray;
} // namespace blink
« no previous file with comments | « Source/core/css/ElementRuleCollector.h ('k') | Source/core/css/FontFace.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698