Index: Source/core/svg/SVGPathSegMovetoRel.idl |
diff --git a/Source/core/svg/SVGPathSegMovetoRel.idl b/Source/core/svg/SVGPathSegMovetoRel.idl |
index 15891e3f106fe7b030b6cd31ac77a97d171778d6..49cfa6778cfa5796e89398e8f1f4913936152f7d 100644 |
--- a/Source/core/svg/SVGPathSegMovetoRel.idl |
+++ b/Source/core/svg/SVGPathSegMovetoRel.idl |
@@ -25,7 +25,7 @@ |
*/ |
[ |
- TypeChecking=Interface|Nullable, |
+ TypeChecking=Interface, |
] interface SVGPathSegMovetoRel : SVGPathSeg { |
attribute float x; |
attribute float y; |