| 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 a4cba76a235b7cf4a08f86280103bcb8a6300cf8..db21b3b873b525aac99075be16ab5f043ff891b9 100644
|
| --- a/third_party/WebKit/Source/core/css/FontFaceSet.h
|
| +++ b/third_party/WebKit/Source/core/css/FontFaceSet.h
|
| @@ -80,6 +80,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&);
|
|
|