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