| Index: sky/engine/core/animation/Animation.idl
|
| diff --git a/sky/engine/core/animation/Animation.idl b/sky/engine/core/animation/Animation.idl
|
| index f30b3ed0cbcd061801f352faa5011ecc47c8ac8f..232cb28ebf1b59830f0f5303f15345d8ab544590 100644
|
| --- a/sky/engine/core/animation/Animation.idl
|
| +++ b/sky/engine/core/animation/Animation.idl
|
| @@ -32,9 +32,8 @@
|
|
|
| [
|
| // FIXME: should be optional union type http://crbug.com/240176
|
| - Constructor(Element? target, sequence<Dictionary> keyframes),
|
| - Constructor(Element? target, sequence<Dictionary> keyframes, double timingInput),
|
| - Constructor(Element? target, sequence<Dictionary> keyframes, Dictionary timingInput),
|
| + Constructor(Element? target),
|
| + Constructor(Element? target, double timingInput),
|
| RaisesException=Constructor,
|
| ] interface Animation : AnimationNode {
|
| };
|
|
|