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