| Index: Source/core/animation/ElementAnimation.idl
|
| diff --git a/Source/core/animation/ElementAnimation.idl b/Source/core/animation/ElementAnimation.idl
|
| index e5c5137854939fac5adad3b4820e86d63dd63989..61ded2ec018ee815406681220b30bfb229b381c0 100644
|
| --- a/Source/core/animation/ElementAnimation.idl
|
| +++ b/Source/core/animation/ElementAnimation.idl
|
| @@ -31,7 +31,7 @@
|
| [
|
| RuntimeEnabled=WebAnimationsAPI,
|
| ] partial interface Element {
|
| - Animation animate(sequence<Dictionary> keyframes, Dictionary timingInput);
|
| - Animation animate(sequence<Dictionary> keyframes, double timingInput);
|
| - Animation animate(sequence<Dictionary> keyframes);
|
| + [RaisesException] Animation animate(sequence<Dictionary> keyframes, Dictionary timingInput);
|
| + [RaisesException] Animation animate(sequence<Dictionary> keyframes, double timingInput);
|
| + [RaisesException] Animation animate(sequence<Dictionary> keyframes);
|
| };
|
|
|