| Index: Source/core/animation/AnimationTimeline.idl
|
| diff --git a/Source/core/animation/AnimationTimeline.idl b/Source/core/animation/AnimationTimeline.idl
|
| index dd67a8e84b017e95cc0728613dc4ccd243052ba3..fa29ccf96dd740e308edf4b3e8614f5225358da6 100644
|
| --- a/Source/core/animation/AnimationTimeline.idl
|
| +++ b/Source/core/animation/AnimationTimeline.idl
|
| @@ -7,5 +7,5 @@
|
| WillBeGarbageCollected,
|
| ] interface AnimationTimeline {
|
| readonly attribute double? currentTime;
|
| - AnimationPlayer play(TimedItem source);
|
| + AnimationPlayer play(AnimationSource source);
|
| };
|
|
|