summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGPathSegLinetoVerticalAbs.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGPathSegLinetoVerticalAbs.idl')
-rw-r--r--WebCore/svg/SVGPathSegLinetoVerticalAbs.idl3
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/svg/SVGPathSegLinetoVerticalAbs.idl b/WebCore/svg/SVGPathSegLinetoVerticalAbs.idl
index b6ba7f1..a9af261 100644
--- a/WebCore/svg/SVGPathSegLinetoVerticalAbs.idl
+++ b/WebCore/svg/SVGPathSegLinetoVerticalAbs.idl
@@ -27,8 +27,7 @@
module svg {
interface [Conditional=SVG] SVGPathSegLinetoVerticalAbs : SVGPathSeg {
- attribute float y
- /*setter raises(DOMException)*/;
+ attribute [StrictTypeChecking] float y;
};
}