Index: Source/core/svg/SVGGeometryElement.idl |
diff --git a/Source/core/svg/SVGGeometryElement.idl b/Source/core/svg/SVGGeometryElement.idl |
index cd4887ce7c24f09c35fde2c0be38e7f6420af664..932b948b46efd1117c580c30bdf12ece84bfb71d 100644 |
--- a/Source/core/svg/SVGGeometryElement.idl |
+++ b/Source/core/svg/SVGGeometryElement.idl |
@@ -29,7 +29,7 @@ |
*/ |
[ |
- TypeChecking=Interface|Nullable, |
+ TypeChecking=Interface, |
] interface SVGGeometryElement : SVGGraphicsElement { |
boolean isPointInFill(SVGPoint point); |
boolean isPointInStroke(SVGPoint point); |