| Index: third_party/WebKit/Source/core/animation/AnimationTimeline.idl
|
| diff --git a/third_party/WebKit/Source/core/animation/AnimationTimeline.idl b/third_party/WebKit/Source/core/animation/AnimationTimeline.idl
|
| index 5b9821878068a6137d85c9f0975bf69bb923b9a8..dd32f96faa8bc4a3c06737db11e174bf6cb4f8a4 100644
|
| --- a/third_party/WebKit/Source/core/animation/AnimationTimeline.idl
|
| +++ b/third_party/WebKit/Source/core/animation/AnimationTimeline.idl
|
| @@ -8,7 +8,4 @@
|
| RuntimeEnabled=WebAnimationsAPI
|
| ] interface AnimationTimeline {
|
| readonly attribute double? currentTime;
|
| -
|
| - // TODO(crbug.com/624639): Move getAnimations() to DocumentAnimatable
|
| - sequence<Animation> getAnimations();
|
| };
|
|
|