| 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 3518bfa1cd5966f7cc38febb2220f35d922d99ac..def85d1f3095762e26296d03df700618244df57d 100644
|
| --- a/third_party/WebKit/Source/core/animation/AnimationEffectTiming.idl
|
| +++ b/third_party/WebKit/Source/core/animation/AnimationEffectTiming.idl
|
| @@ -17,5 +17,5 @@
|
| // TODO(dstockwell): playbackRate has been removed from level 1.
|
| attribute double playbackRate;
|
| attribute DOMString direction;
|
| - attribute DOMString easing;
|
| + [RaisesException=Setter] attribute DOMString easing;
|
| };
|
|
|