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