| 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 def85d1f3095762e26296d03df700618244df57d..4e44a080116a2571f56f032dcc1db9bfff2ee7ca 100644
|
| --- a/third_party/WebKit/Source/core/animation/AnimationEffectTiming.idl
|
| +++ b/third_party/WebKit/Source/core/animation/AnimationEffectTiming.idl
|
| @@ -11,9 +11,9 @@
|
| attribute double delay;
|
| attribute double endDelay;
|
| attribute DOMString fill;
|
| - attribute double iterationStart;
|
| - attribute unrestricted double iterations;
|
| - attribute (unrestricted double or DOMString) duration;
|
| + [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;
|
|
|