Index: core/svg/SVGAnimationElement.idl |
=================================================================== |
--- core/svg/SVGAnimationElement.idl (revision 23517) |
+++ core/svg/SVGAnimationElement.idl (working copy) |
@@ -24,12 +24,11 @@ |
*/ |
[ |
- NoInterfaceObject, |
- Conditional=SVG |
+ NoInterfaceObject |
] interface SVGAnimationElement : SVGElement, |
- SVGTests, |
- SVGExternalResourcesRequired, |
- ElementTimeControl { |
+ SVGTests, |
+ SVGExternalResourcesRequired, |
+ ElementTimeControl { |
readonly attribute SVGElement targetElement; |
float getStartTime(); |