| Index: third_party/WebKit/Source/core/animation/DocumentAnimation.idl
|
| diff --git a/third_party/WebKit/Source/core/animation/DocumentAnimation.idl b/third_party/WebKit/Source/core/animation/DocumentAnimation.idl
|
| index 7e02888d405107dc9279d63c25bf539383a90d1f..197e1b0bc5b73c98a8c40adcdc088bf8cf0d8948 100644
|
| --- a/third_party/WebKit/Source/core/animation/DocumentAnimation.idl
|
| +++ b/third_party/WebKit/Source/core/animation/DocumentAnimation.idl
|
| @@ -7,6 +7,5 @@
|
| [
|
| RuntimeEnabled=WebAnimationsAPI,
|
| ] partial interface Document {
|
| - // TODO(dstockwell): This should be a DocumentTimeline.
|
| - readonly attribute AnimationTimeline timeline;
|
| + readonly attribute DocumentTimeline timeline;
|
| };
|
|
|