diff options
Diffstat (limited to 'Source/WebCore/svg/SVGAnimatedString.idl')
-rw-r--r-- | Source/WebCore/svg/SVGAnimatedString.idl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/WebCore/svg/SVGAnimatedString.idl b/Source/WebCore/svg/SVGAnimatedString.idl index 73e60efc4..a1da5677e 100644 --- a/Source/WebCore/svg/SVGAnimatedString.idl +++ b/Source/WebCore/svg/SVGAnimatedString.idl @@ -24,10 +24,9 @@ */ [ - Conditional=SVG, SkipVTableValidation ] interface SVGAnimatedString { - [SetterRaisesException] attribute DOMString baseVal; + [SetterMayThrowException] attribute DOMString baseVal; readonly attribute DOMString animVal; }; |