Index: third_party/WebKit/Source/core/css/FontFace.h |
diff --git a/third_party/WebKit/Source/core/css/FontFace.h b/third_party/WebKit/Source/core/css/FontFace.h |
index 88e6850d81dd606cf27a6ccad34daf8ca298543d..c400540d6f968b4c7fc3b9c30141eb730810d8a4 100644 |
--- a/third_party/WebKit/Source/core/css/FontFace.h |
+++ b/third_party/WebKit/Source/core/css/FontFace.h |
@@ -141,6 +141,10 @@ class CORE_EXPORT FontFace : public GarbageCollectedFinalized<FontFace>, |
const AtomicString& family, |
const String& source, |
const FontFaceDescriptors&); |
+ static FontFace* createError(ExecutionContext*, |
haraken
2017/04/06 08:43:54
Remove this?
binji
2017/04/09 00:40:02
Done.
|
+ const AtomicString& family, |
+ const FontFaceDescriptors&, |
+ const char* errorMessage); |
explicit FontFace(ExecutionContext*); |
FontFace(ExecutionContext*, |