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