| 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 025edd4ef2f0040a669c13e6a6872be39e643b12..73e3ca29be16d1b0ca7aad96f7b623dc24a7971e 100644
|
| --- a/third_party/WebKit/Source/core/animation/ElementAnimation.idl
|
| +++ b/third_party/WebKit/Source/core/animation/ElementAnimation.idl
|
| @@ -36,6 +36,6 @@
|
|
|
| partial interface Element {
|
| // TODO(dstockwell): The argument types do not match the spec.
|
| - [CallWith=ScriptState, Measure, RaisesException] Animation animate((sequence<Dictionary> or Dictionary)? effect, optional (unrestricted double or KeyframeEffectOptions) options);
|
| + [CallWith=ScriptState, Measure, RaisesException] Animation animate((sequence<Dictionary> or Dictionary)? effect, optional (unrestricted double or KeyframeAnimationOptions) options);
|
| [RuntimeEnabled=WebAnimationsAPI] sequence<Animation> getAnimations();
|
| };
|
|
|