Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(185)

Unified Diff: Source/core/animation/Animation.idl

Issue 190763007: [WIP] Web Animations API: Constructing an Animation from partial keyframes throws a JS exception (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Replace manual checks with check for dependsOnUnderlyingValue Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/animation/Animation.cpp ('k') | Source/core/animation/AnimationTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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),
« no previous file with comments | « Source/core/animation/Animation.cpp ('k') | Source/core/animation/AnimationTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698