Index: Source/core/animation/Animation.idl |
diff --git a/Source/core/animation/Animation.idl b/Source/core/animation/Animation.idl |
index ee19ab068e2bc5374881b7371b1d7ae0918cdccc..5dbdc29c031eb7b6839c77a2405d555109d8dea5 100644 |
--- a/Source/core/animation/Animation.idl |
+++ b/Source/core/animation/Animation.idl |
@@ -30,6 +30,7 @@ |
[ |
RuntimeEnabled=WebAnimationsAPI, |
+ RaisesException=Constructor, |
Constructor(Element target, sequence<Dictionary> keyframes, Dictionary timingInput), |
Constructor(Element target, sequence<Dictionary> keyframes, double timingInput), |
Constructor(Element target, sequence<Dictionary> keyframes), |