summaryrefslogtreecommitdiff
path: root/Source/WebCore/svg/SVGAnimatedInteger.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGAnimatedInteger.idl')
-rw-r--r--Source/WebCore/svg/SVGAnimatedInteger.idl3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/WebCore/svg/SVGAnimatedInteger.idl b/Source/WebCore/svg/SVGAnimatedInteger.idl
index 862bce631..bcf8af07e 100644
--- a/Source/WebCore/svg/SVGAnimatedInteger.idl
+++ b/Source/WebCore/svg/SVGAnimatedInteger.idl
@@ -24,10 +24,9 @@
*/
[
- Conditional=SVG,
SkipVTableValidation
] interface SVGAnimatedInteger {
- [StrictTypeChecking, SetterRaisesException] attribute long baseVal;
+ [SetterMayThrowException] attribute long baseVal;
readonly attribute long animVal;
};