| Index: Source/core/css/FontFaceSet.idl
|
| diff --git a/Source/core/css/FontFaceSet.idl b/Source/core/css/FontFaceSet.idl
|
| index daa2e8efcbd7fd579c27039a5b86b52b115dd91c..cae828708a3f953bd5fbbef7708cc3093782fd0b 100644
|
| --- a/Source/core/css/FontFaceSet.idl
|
| +++ b/Source/core/css/FontFaceSet.idl
|
| @@ -34,7 +34,8 @@ enum FontFaceSetLoadStatus { "loading", "loaded" };
|
| NoInterfaceObject,
|
| RuntimeEnabled=FontLoadEvents,
|
| ActiveDOMObject,
|
| - GenerateIsReachable=document
|
| + GenerateIsReachable=document,
|
| + PromiseResolutionTarget,
|
| ] interface FontFaceSet : EventTarget {
|
|
|
| attribute EventHandler onloading;
|
|
|