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