| Index: Source/core/css/FontFaceSet.idl
|
| diff --git a/Source/core/css/FontFaceSet.idl b/Source/core/css/FontFaceSet.idl
|
| index f1055517c102fea0198a073e567106f9af95cb70..10bc2f718380a63df398ea4f3ba1a45e8cdc9edf 100644
|
| --- a/Source/core/css/FontFaceSet.idl
|
| +++ b/Source/core/css/FontFaceSet.idl
|
| @@ -43,7 +43,7 @@ enum FontFaceSetLoadStatus { "loading", "loaded" };
|
|
|
| [RaisesException] boolean check(DOMString font, optional DOMString text = null);
|
| [CallWith=ScriptState] Promise load(DOMString font, optional DOMString text = null);
|
| - [CallWith=ScriptState] Promise ready();
|
| + [MeasureAs=FontFaceSetReady, CallWith=ScriptState] Promise ready();
|
|
|
| [RaisesException] void add(FontFace fontFace);
|
| void clear();
|
|
|