| Index: Source/core/css/FontFaceSet.idl
|
| diff --git a/Source/core/css/FontFaceSet.idl b/Source/core/css/FontFaceSet.idl
|
| index 7f5b6ced0be962467e4aa543e821c4c99e2e6dd3..b17e7fc8f756b9c5eed0a040714229580b38d55f 100644
|
| --- a/Source/core/css/FontFaceSet.idl
|
| +++ b/Source/core/css/FontFaceSet.idl
|
| @@ -42,7 +42,7 @@ enum FontFaceSetLoadStatus { "loading", "loaded" };
|
| attribute EventHandler onloadingerror;
|
|
|
| [RaisesException] boolean check(DOMString font, [Default=NullString] optional DOMString text);
|
| - [RaisesException] Promise load(DOMString font, [Default=NullString] optional DOMString text);
|
| + Promise load(DOMString font, [Default=NullString] optional DOMString text);
|
| Promise ready();
|
|
|
| [RaisesException] void add(FontFace fontFace);
|
|
|