| 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 79726c0078da53501e4a913a0fbcee44b4554ec4..d9b503e72a0deca5c637535cbe60c1966a9350d4 100644
|
| --- a/third_party/WebKit/Source/core/animation/AnimationTimeline.idl
|
| +++ b/third_party/WebKit/Source/core/animation/AnimationTimeline.idl
|
| @@ -7,7 +7,7 @@
|
| [
|
| RuntimeEnabled=WebAnimationsAPI,
|
| ] interface AnimationTimeline {
|
| - attribute double? currentTime;
|
| + readonly attribute double? currentTime;
|
|
|
| // TODO(crbug.com/624639): Move getAnimations() to DocumentAnimatable
|
| sequence<Animation> getAnimations();
|
|
|