| Index: third_party/WebKit/Source/core/animation/AnimationEffectTiming.idl
|
| diff --git a/third_party/WebKit/Source/core/animation/AnimationEffectTiming.idl b/third_party/WebKit/Source/core/animation/AnimationEffectTiming.idl
|
| index 4e44a080116a2571f56f032dcc1db9bfff2ee7ca..f7a525b25b7280bcad064adb3ede160c60c10bba 100644
|
| --- a/third_party/WebKit/Source/core/animation/AnimationEffectTiming.idl
|
| +++ b/third_party/WebKit/Source/core/animation/AnimationEffectTiming.idl
|
| @@ -14,8 +14,6 @@
|
| [RaisesException=Setter] attribute double iterationStart;
|
| [RaisesException=Setter] attribute unrestricted double iterations;
|
| [RaisesException=Setter] attribute (unrestricted double or DOMString) duration;
|
| - // TODO(dstockwell): playbackRate has been removed from level 1.
|
| - attribute double playbackRate;
|
| attribute DOMString direction;
|
| [RaisesException=Setter] attribute DOMString easing;
|
| };
|
|
|