Index: third_party/WebKit/Source/core/css/FontFaceSet.h |
diff --git a/third_party/WebKit/Source/core/css/FontFaceSet.h b/third_party/WebKit/Source/core/css/FontFaceSet.h |
index 2e238cfe535b408481d16aa6a103781cd7466563..6ef2641a4218fdc927b38d4a4828e9e5ad371420 100644 |
--- a/third_party/WebKit/Source/core/css/FontFaceSet.h |
+++ b/third_party/WebKit/Source/core/css/FontFaceSet.h |
@@ -79,6 +79,7 @@ public: |
bool check(const String& font, const String& text, ExceptionState&); |
ScriptPromise load(ScriptState*, const String& font, const String& text); |
ScriptPromise ready(ScriptState*); |
+ static ScriptPromise systemFonts(ScriptState*); |
PassRefPtrWillBeRawPtr<FontFaceSet> addForBinding(ScriptState*, FontFace*, ExceptionState&); |
void clearForBinding(ScriptState*, ExceptionState&); |