| Index: third_party/WebKit/Source/core/animation/ElementAnimation.idl
|
| diff --git a/third_party/WebKit/Source/core/animation/ElementAnimation.idl b/third_party/WebKit/Source/core/animation/ElementAnimation.idl
|
| index d66c98b4f7cf7e3629c4446626dc102db34b59ec..018a7afdfe319990b46f8940bf2b2322aa421a35 100644
|
| --- a/third_party/WebKit/Source/core/animation/ElementAnimation.idl
|
| +++ b/third_party/WebKit/Source/core/animation/ElementAnimation.idl
|
| @@ -36,9 +36,6 @@
|
| // https://w3c.github.io/web-animations/#the-animatable-interface
|
|
|
| partial interface Element {
|
| - // FIXME: Union types with dictionary type members doesn't work (yet).
|
| - // Animation animate((sequence<Dictionary> or Dictionary)? effect, optional (double or KeyframeEffectOptions) timing);
|
| - [CallWith=ScriptState, Measure, RaisesException] Animation animate((sequence<Dictionary> or Dictionary)? effect, optional double timing);
|
| - [CallWith=ScriptState, Measure, RaisesException] Animation animate((sequence<Dictionary> or Dictionary)? effect, KeyframeEffectOptions timing);
|
| + [CallWith=ScriptState, Measure, RaisesException] Animation animate((sequence<Dictionary> or Dictionary)? effect, optional (unrestricted double or KeyframeEffectOptions) options);
|
| [RuntimeEnabled=WebAnimationsAPI] sequence<Animation> getAnimations();
|
| };
|
|
|