| Index: Source/core/svg/SVGAnimationElement.idl
|
| diff --git a/Source/core/svg/SVGAnimationElement.idl b/Source/core/svg/SVGAnimationElement.idl
|
| index 05077644d16613d61ccd11822d8f3c89a42ec2ae..503ec0b0fb7d04125e3ee040e37e2493d6b12e58 100644
|
| --- a/Source/core/svg/SVGAnimationElement.idl
|
| +++ b/Source/core/svg/SVGAnimationElement.idl
|
| @@ -24,12 +24,11 @@
|
| */
|
|
|
| [
|
| - NoInterfaceObject,
|
| - Conditional=SVG
|
| + NoInterfaceObject
|
| ] interface SVGAnimationElement : SVGElement,
|
| - SVGTests,
|
| - SVGExternalResourcesRequired,
|
| - ElementTimeControl {
|
| + SVGTests,
|
| + SVGExternalResourcesRequired,
|
| + ElementTimeControl {
|
| readonly attribute SVGElement targetElement;
|
|
|
| float getStartTime();
|
|
|