Index: Source/core/svg/SVGPathSegLinetoHorizontalAbs.idl |
diff --git a/Source/core/svg/SVGPathSegLinetoHorizontalAbs.idl b/Source/core/svg/SVGPathSegLinetoHorizontalAbs.idl |
index 08d774c526f3b50784f09cf594b65362acfcb156..655043fe5a66e98f9b7a38bffe221c80c47ababd 100644 |
--- a/Source/core/svg/SVGPathSegLinetoHorizontalAbs.idl |
+++ b/Source/core/svg/SVGPathSegLinetoHorizontalAbs.idl |
@@ -25,7 +25,7 @@ |
*/ |
[ |
- TypeChecking=Interface|Nullable, |
+ TypeChecking=Interface, |
] interface SVGPathSegLinetoHorizontalAbs : SVGPathSeg { |
attribute float x; |
}; |