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

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

Issue 983973004: Provide user friendly messages for OTS parsing of fonts (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Correcting Method call Created 5 years, 7 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
Index: Source/core/css/FontFace.h
diff --git a/Source/core/css/FontFace.h b/Source/core/css/FontFace.h
index cb270c58a8edc10cf14e190f360d771aa0d1f74d..23fd4b20372793b535db615a0d9200717b73c63e 100644
--- a/Source/core/css/FontFace.h
+++ b/Source/core/css/FontFace.h
@@ -132,6 +132,7 @@ private:
typedef ScriptPromiseProperty<RawPtrWillBeMember<FontFace>, RawPtrWillBeMember<FontFace>, Member<DOMException>> LoadedProperty;
AtomicString m_family;
+ String m_otsParseMessage;
RefPtrWillBeMember<CSSValue> m_src;
RefPtrWillBeMember<CSSValue> m_style;
RefPtrWillBeMember<CSSValue> m_weight;

Powered by Google App Engine
This is Rietveld 408576698