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