summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGAnimatedInteger.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGAnimatedInteger.idl')
-rw-r--r--WebCore/svg/SVGAnimatedInteger.idl3
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/svg/SVGAnimatedInteger.idl b/WebCore/svg/SVGAnimatedInteger.idl
index 6ea9138..61de26c 100644
--- a/WebCore/svg/SVGAnimatedInteger.idl
+++ b/WebCore/svg/SVGAnimatedInteger.idl
@@ -26,8 +26,7 @@
module svg {
interface [Conditional=SVG] SVGAnimatedInteger {
- attribute long baseVal
- /*setter raises(DOMException)*/;
+ attribute [StrictTypeChecking] long baseVal;
readonly attribute long animVal;
};