| Index: Source/core/animation/AnimationPlayer.idl
|
| diff --git a/Source/core/animation/AnimationPlayer.idl b/Source/core/animation/AnimationPlayer.idl
|
| index 99f2f82bb84699a727c99a80b6f52279dfe0c8a9..bd7aac8c402e8e2361ac32d0e493e1caae0c1dbe 100644
|
| --- a/Source/core/animation/AnimationPlayer.idl
|
| +++ b/Source/core/animation/AnimationPlayer.idl
|
| @@ -46,4 +46,5 @@ enum AnimationPlayState { "idle", "pending", "running", "paused", "finished" };
|
|
|
| void cancel();
|
| [MeasureAs=AnimationPlayerFinishEvent] attribute EventHandler onfinish;
|
| + [RuntimeEnabled=WebAnimationsAPI, CallWith=ScriptState] readonly attribute Promise<AnimationPlayer> finished;
|
| };
|
|
|