summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGAnimationElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGAnimationElement.idl')
-rw-r--r--WebCore/svg/SVGAnimationElement.idl5
1 files changed, 3 insertions, 2 deletions
diff --git a/WebCore/svg/SVGAnimationElement.idl b/WebCore/svg/SVGAnimationElement.idl
index 6a9e94f..afa3cbb 100644
--- a/WebCore/svg/SVGAnimationElement.idl
+++ b/WebCore/svg/SVGAnimationElement.idl
@@ -25,9 +25,10 @@
module svg {
- interface [Conditional=SVG] SVGAnimationElement : SVGElement,
+ interface [Conditional=SVG_ANIMATION] SVGAnimationElement : SVGElement,
SVGTests,
- SVGExternalResourcesRequired {
+ SVGExternalResourcesRequired,
+ ElementTimeControl {
readonly attribute SVGElement targetElement;
float getStartTime();