| Index: Source/core/css/FontFaceSet.h
|
| diff --git a/Source/core/css/FontFaceSet.h b/Source/core/css/FontFaceSet.h
|
| index 175f3df5a9a17c59d24be455d513345bfcb8cf4f..774afab34cc87d24a602be1d7463598fed938b7f 100644
|
| --- a/Source/core/css/FontFaceSet.h
|
| +++ b/Source/core/css/FontFaceSet.h
|
| @@ -75,8 +75,8 @@ public:
|
| DEFINE_ATTRIBUTE_EVENT_LISTENER(loadingerror);
|
|
|
| bool check(const String& font, const String& text, ExceptionState&);
|
| - ScriptPromise load(const String& font, const String& text);
|
| - ScriptPromise ready();
|
| + ScriptPromise load(ScriptState*, const String& font, const String& text);
|
| + ScriptPromise ready(ScriptState*);
|
|
|
| void add(FontFace*, ExceptionState&);
|
| void clear();
|
|
|