Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / animation / Animation.idl
index ee19ab0..0f2da71 100644 (file)
@@ -30,8 +30,9 @@
 
 [
     RuntimeEnabled=WebAnimationsAPI,
-    Constructor(Element target, sequence<Dictionary> keyframes, Dictionary timingInput),
-    Constructor(Element target, sequence<Dictionary> keyframes, double timingInput),
-    Constructor(Element target, sequence<Dictionary> keyframes),
+    RaisesException=Constructor,
+    Constructor(Element? target, sequence<Dictionary> keyframes, Dictionary timingInput),
+    Constructor(Element? target, sequence<Dictionary> keyframes, double timingInput),
+    Constructor(Element? target, sequence<Dictionary> keyframes),
 ] interface Animation : TimedItem {
 };