| 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 dfcb27c56b1203eaeeb47f73bac7bb1a3f315595..e9bbd81e39da324a0bb48a8b859c7c467dfd8e53 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&);
|
|
|