summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGAnimatedBoolean.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGAnimatedBoolean.idl')
-rw-r--r--WebCore/svg/SVGAnimatedBoolean.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGAnimatedBoolean.idl b/WebCore/svg/SVGAnimatedBoolean.idl
index 2591c50..3e41e3c 100644
--- a/WebCore/svg/SVGAnimatedBoolean.idl
+++ b/WebCore/svg/SVGAnimatedBoolean.idl
@@ -27,7 +27,7 @@ module svg {
interface [Conditional=SVG] SVGAnimatedBoolean {
attribute [StrictTypeChecking] boolean baseVal;
- readonly attribute [StrictTypeChecking] boolean animVal;
+ readonly attribute boolean animVal;
};
}