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