| Index: third_party/WebKit/Source/core/animation/KeyframeEffect.idl
|
| diff --git a/third_party/WebKit/Source/core/animation/KeyframeEffect.idl b/third_party/WebKit/Source/core/animation/KeyframeEffect.idl
|
| index 37a611265febce2b024075630129b5aa55b6378a..99b6eafaccff01a52c4a474fcd4eb92e7c0f400b 100644
|
| --- a/third_party/WebKit/Source/core/animation/KeyframeEffect.idl
|
| +++ b/third_party/WebKit/Source/core/animation/KeyframeEffect.idl
|
| @@ -32,8 +32,8 @@
|
|
|
| [
|
| // TODO(dstockwell): the third argument should be "optional (unrestricted double or KeyframeEffectOptions) timing".
|
| - Constructor(Element? target, (EffectModel or sequence<Dictionary> or Dictionary)? effect, optional unrestricted double timing),
|
| - Constructor(Element? target, (EffectModel or sequence<Dictionary> or Dictionary)? effect, KeyframeEffectOptions timing),
|
| + Constructor(Element? target, (sequence<Dictionary> or Dictionary)? effect, optional unrestricted double timing),
|
| + Constructor(Element? target, (sequence<Dictionary> or Dictionary)? effect, KeyframeEffectOptions timing),
|
| ConstructorCallWith=ExecutionContext,
|
| RaisesException=Constructor,
|
| RuntimeEnabled=WebAnimationsAPI,
|
|
|