| Index: Source/core/animation/AnimationPlayer.idl
|
| diff --git a/Source/core/animation/AnimationPlayer.idl b/Source/core/animation/AnimationPlayer.idl
|
| index fa467b6dfb2c3ed1edc5e14950d82052cebf396a..b4f91e20bff838ce0e73448eafda5f35ada8d4a5 100644
|
| --- a/Source/core/animation/AnimationPlayer.idl
|
| +++ b/Source/core/animation/AnimationPlayer.idl
|
| @@ -36,8 +36,8 @@ enum AnimationPlayState { "idle", "pending", "running", "paused", "finished" };
|
| ActiveDOMObject,
|
| ] interface AnimationPlayer : EventTarget {
|
| [RuntimeEnabled=WebAnimationsAPI] attribute AnimationNode? source;
|
| - [RuntimeEnabled=WebAnimationsPlaybackControl] attribute double startTime;
|
| - [RuntimeEnabled=WebAnimationsPlaybackControl] attribute double currentTime;
|
| + [RuntimeEnabled=WebAnimationsPlaybackControl] attribute double? startTime;
|
| + [RuntimeEnabled=WebAnimationsPlaybackControl] attribute double? currentTime;
|
| [RuntimeEnabled=WebAnimationsPlaybackControl] attribute double playbackRate;
|
| [RuntimeEnabled=WebAnimationsPlaybackControl] readonly attribute AnimationPlayState playState;
|
| [RuntimeEnabled=WebAnimationsPlaybackControl, RaisesException] void finish();
|
|
|