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