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

Unified Diff: Source/core/animation/Timing.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/ComputedTimingProperties.idl ('k') | Source/core/events/AnimationPlayerEventInit.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/Timing.idl
diff --git a/Source/core/animation/Timing.idl b/Source/core/animation/Timing.idl
index c1e8ee7fa809bd058131a47b78eee5b65924eca8..9b989487711fa60ac87a190fa1f397cbe35c7856 100644
--- a/Source/core/animation/Timing.idl
+++ b/Source/core/animation/Timing.idl
@@ -3,16 +3,17 @@
// found in the LICENSE file.
[
- RuntimeEnabled=WebAnimationsAPI,
ImplementedAs=AnimationNodeTiming,
+ RuntimeEnabled=WebAnimationsAPI,
+ TypeChecking=Unrestricted,
WillBeGarbageCollected,
] interface Timing {
attribute double delay;
attribute double endDelay;
attribute DOMString fill;
attribute double iterationStart;
- attribute double iterations;
- attribute (double or DOMString) duration;
+ attribute unrestricted double iterations;
+ attribute (unrestricted double or DOMString) duration;
attribute double playbackRate;
attribute DOMString direction;
attribute DOMString easing;
« no previous file with comments | « Source/core/animation/ComputedTimingProperties.idl ('k') | Source/core/events/AnimationPlayerEventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698