Index: Source/core/svg/SVGGeometryElement.idl |
diff --git a/Source/core/svg/SVGGeometryElement.idl b/Source/core/svg/SVGGeometryElement.idl |
index d7837585b2811107cf71382233de34d62f2989e5..8cb702214511f6e6a00342b19612cecceee72bc2 100644 |
--- a/Source/core/svg/SVGGeometryElement.idl |
+++ b/Source/core/svg/SVGGeometryElement.idl |
@@ -28,7 +28,9 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-interface SVGGeometryElement : SVGGraphicsElement { |
+[ |
+ StrictTypeChecking, |
+] interface SVGGeometryElement : SVGGraphicsElement { |
boolean isPointInFill(SVGPoint point); |
boolean isPointInStroke(SVGPoint point); |
}; |