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