| Index: Source/core/animation/AnimationPlayer.idl
|
| diff --git a/Source/core/animation/AnimationPlayer.idl b/Source/core/animation/AnimationPlayer.idl
|
| index 45720a484fbace69bd7262ee918636b052dcc31d..99f2f82bb84699a727c99a80b6f52279dfe0c8a9 100644
|
| --- a/Source/core/animation/AnimationPlayer.idl
|
| +++ b/Source/core/animation/AnimationPlayer.idl
|
| @@ -32,7 +32,6 @@ enum AnimationPlayState { "idle", "pending", "running", "paused", "finished" };
|
|
|
| [
|
| NoInterfaceObject,
|
| - WillBeGarbageCollected,
|
| ActiveDOMObject,
|
| ] interface AnimationPlayer : EventTarget {
|
| [RuntimeEnabled=WebAnimationsAPI] attribute AnimationNode? source;
|
|
|