| Index: Source/core/css/FontFaceSet.idl
|
| diff --git a/Source/core/css/FontFaceSet.idl b/Source/core/css/FontFaceSet.idl
|
| index da6a8242157bc514abcee50defe69bd2f2cffde8..daa2e8efcbd7fd579c27039a5b86b52b115dd91c 100644
|
| --- a/Source/core/css/FontFaceSet.idl
|
| +++ b/Source/core/css/FontFaceSet.idl
|
| @@ -43,8 +43,8 @@ enum FontFaceSetLoadStatus { "loading", "loaded" };
|
|
|
| [RaisesException] sequence<FontFace> match(DOMString font, [Default=NullString] optional DOMString text);
|
| [RaisesException] boolean check(DOMString font, [Default=NullString] optional DOMString text);
|
| - [RuntimeEnabled=Promise, RaisesException] Promise load(DOMString font, [Default=NullString] optional DOMString text);
|
| - [RuntimeEnabled=Promise] Promise ready();
|
| + [RaisesException] Promise load(DOMString font, [Default=NullString] optional DOMString text);
|
| + Promise ready();
|
|
|
| readonly attribute FontFaceSetLoadStatus status;
|
| };
|
|
|