From 1cbdecfa9fc428ac2d8aca0fa91c9580b3d57353 Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Wed, 17 Dec 2008 18:05:15 -0800 Subject: Code drop from //branches/cupcake/...@124589 --- WebCore/svg/SVGAnimationElement.idl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'WebCore/svg/SVGAnimationElement.idl') 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(); -- cgit v1.1