| Index: third_party/WebKit/Source/core/events/AnimationPlaybackEvent.idl
 | 
| diff --git a/third_party/WebKit/Source/core/events/AnimationPlaybackEvent.idl b/third_party/WebKit/Source/core/events/AnimationPlaybackEvent.idl
 | 
| index b0051da6cd94b01699e7d7d3d3387233c428b2a0..a7979a5686dee5ec492f5bea92b66a5021ec7f0c 100644
 | 
| --- a/third_party/WebKit/Source/core/events/AnimationPlaybackEvent.idl
 | 
| +++ b/third_party/WebKit/Source/core/events/AnimationPlaybackEvent.idl
 | 
| @@ -8,6 +8,6 @@
 | 
|      Constructor(DOMString type, optional AnimationPlaybackEventInit eventInitDict),
 | 
|      RuntimeEnabled=WebAnimationsAPI,
 | 
|  ] interface AnimationPlaybackEvent : Event {
 | 
| -    readonly attribute double? currentTime;
 | 
| -    readonly attribute double? timelineTime;
 | 
| +    [Measure] readonly attribute double? currentTime;
 | 
| +    [Measure] readonly attribute double? timelineTime;
 | 
|  };
 | 
| 
 |