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