| Index: sky/engine/core/animation/ElementAnimation.idl
|
| diff --git a/sky/engine/core/animation/ElementAnimation.idl b/sky/engine/core/animation/ElementAnimation.idl
|
| index e06c747dc92489cc401e6b0b5caf716a65fa5ef6..94b62fea6d88521e89eec52b1a00caea49bfa7dc 100644
|
| --- a/sky/engine/core/animation/ElementAnimation.idl
|
| +++ b/sky/engine/core/animation/ElementAnimation.idl
|
| @@ -35,6 +35,6 @@
|
| 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);
|
| + // [Custom, RaisesException] AnimationPlayer animate(object effect, optional object timing);
|
| sequence<AnimationPlayer> getAnimationPlayers();
|
| };
|
|
|