| Index: core/animation/ElementAnimation.idl
|
| diff --git a/core/animation/ElementAnimation.idl b/core/animation/ElementAnimation.idl
|
| index f524939ba453c861c9821bff08ae5d8769733a00..ccfbca7ee254095df084a9a1cca82d3dfe31201d 100644
|
| --- a/core/animation/ElementAnimation.idl
|
| +++ b/core/animation/ElementAnimation.idl
|
| @@ -36,4 +36,5 @@ partial interface Element {
|
| // FIXME: needs support for union types http://crbug.com/240176
|
| // AnimationPlayer animate((AnimationEffect or sequence<Dictionary>)? effect, optional (double or Dictionary) timing);
|
| [Custom, RaisesException] AnimationPlayer animate(object effect, optional object timing);
|
| + [RuntimeEnabled=WebAnimationsAPI] sequence<AnimationPlayer> getAnimationPlayers();
|
| };
|
|
|