| 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;
|
|
|