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

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

Issue 939623002: Add TypeChecking=Unrestricted to Web Animation APIs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Drop AnimationAnimationPlayerTest.SetCurrentTimeUnrestrictedDouble Created 5 years, 10 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/AnimationTimeline.idl ('k') | Source/core/animation/Timing.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/ComputedTimingProperties.idl
diff --git a/Source/core/animation/ComputedTimingProperties.idl b/Source/core/animation/ComputedTimingProperties.idl
index 1b4b88297ec544c7217a65a06bd64c1240096113..f480041de7affcc582b83eca04ca4a0afadd2e80 100644
--- a/Source/core/animation/ComputedTimingProperties.idl
+++ b/Source/core/animation/ComputedTimingProperties.idl
@@ -3,7 +3,9 @@
// found in the LICENSE file.
// FIXME: Should extend AnimationTimingProperties
-dictionary ComputedTimingProperties {
+[
+ TypeChecking=Unrestricted,
+] dictionary ComputedTimingProperties {
double startTime;
unrestricted double endTime;
unrestricted double activeDuration;
« no previous file with comments | « Source/core/animation/AnimationTimeline.idl ('k') | Source/core/animation/Timing.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698