| Index: sky/engine/core/animation/Animation.idl
|
| diff --git a/sky/engine/core/animation/Animation.idl b/sky/engine/core/animation/Animation.idl
|
| index 232cb28ebf1b59830f0f5303f15345d8ab544590..2329484ac90e101a30ac28b962a24a4a1b64ca8a 100644
|
| --- a/sky/engine/core/animation/Animation.idl
|
| +++ b/sky/engine/core/animation/Animation.idl
|
| @@ -32,7 +32,6 @@
|
|
|
| [
|
| // FIXME: should be optional union type http://crbug.com/240176
|
| - Constructor(Element? target),
|
| Constructor(Element? target, double timingInput),
|
| RaisesException=Constructor,
|
| ] interface Animation : AnimationNode {
|
|
|