| Index: Source/core/svg/SVGAnimationElement.idl
|
| diff --git a/Source/core/svg/SVGAnimationElement.idl b/Source/core/svg/SVGAnimationElement.idl
|
| index b4b74372585d3a1b11d00efd5671f3fd60153d24..deb09d772172dd7ae6266e9246d9579b958d1105 100644
|
| --- a/Source/core/svg/SVGAnimationElement.idl
|
| +++ b/Source/core/svg/SVGAnimationElement.idl
|
| @@ -38,9 +38,9 @@ interface SVGAnimationElement : SVGElement {
|
| float getSimpleDuration();
|
|
|
| void beginElement();
|
| - void beginElementAt([Default=Undefined] optional float offset);
|
| + void beginElementAt(float offset);
|
| void endElement();
|
| - void endElementAt([Default=Undefined] optional float offset);
|
| + void endElementAt(float offset);
|
|
|
| };
|
|
|
|
|