Index: Source/core/svg/SVGAnimationElement.idl |
diff --git a/Source/core/svg/SVGAnimationElement.idl b/Source/core/svg/SVGAnimationElement.idl |
index 4558aaeaac37a2d8ae1b6fd9d660c7776700b95d..c77cbfb9964c678985bdf4846a56a09707723117 100644 |
--- a/Source/core/svg/SVGAnimationElement.idl |
+++ b/Source/core/svg/SVGAnimationElement.idl |
@@ -33,9 +33,9 @@ interface SVGAnimationElement : SVGElement { |
attribute EventHandler onend; |
attribute EventHandler onrepeat; |
- float getStartTime(); |
+ [RaisesException] float getStartTime(); |
float getCurrentTime(); |
- float getSimpleDuration(); |
+ [RaisesException] float getSimpleDuration(); |
void beginElement(); |
void beginElementAt(float offset); |