| Index: third_party/WebKit/Source/core/animation/Animation.idl | 
| diff --git a/third_party/WebKit/Source/core/animation/Animation.idl b/third_party/WebKit/Source/core/animation/Animation.idl | 
| index cd9f5e98b338d39cc524e92c858aba20efedbab4..76ef6bb57d49975fdc48c22c94dd6751e4faba7d 100644 | 
| --- a/third_party/WebKit/Source/core/animation/Animation.idl | 
| +++ b/third_party/WebKit/Source/core/animation/Animation.idl | 
| @@ -37,7 +37,7 @@ enum AnimationPlayState { "idle", "pending", "running", "paused", "finished" }; | 
| NoInterfaceObject, | 
| ] interface Animation : EventTarget { | 
| // TODO(dstockwell): Add timeline property. | 
| -    [RuntimeEnabled=WebAnimationsAPI, LegacyInterfaceTypeChecking] attribute AnimationEffectReadOnly? effect; | 
| +    [RuntimeEnabled=WebAnimationsAPI] attribute AnimationEffectReadOnly? effect; | 
| [Measure] attribute double?    startTime; | 
| [Measure] attribute double?    currentTime; | 
| [Measure] attribute double     playbackRate; | 
|  |