Index: Source/core/svg/SVGPoint.idl |
diff --git a/Source/core/svg/SVGPoint.idl b/Source/core/svg/SVGPoint.idl |
index a19238050291d1005746c1aecd6c832b1764d151..bb30f3deb85ac789af5d2f88831d2eb1ce37d9db 100644 |
--- a/Source/core/svg/SVGPoint.idl |
+++ b/Source/core/svg/SVGPoint.idl |
@@ -23,7 +23,7 @@ |
[ |
ImplementedAs=SVGPointTearOff, |
SetWrapperReferenceTo(SVGElement contextElement), |
- TypeChecking=Interface|Nullable, |
+ TypeChecking=Interface, |
] interface SVGPoint { |
[RaisesException=Setter] attribute float x; |
[RaisesException=Setter] attribute float y; |