summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/svg/SVGGeometryElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/svg/SVGGeometryElement.idl')
-rw-r--r--chromium/third_party/WebKit/Source/core/svg/SVGGeometryElement.idl4
1 files changed, 3 insertions, 1 deletions
diff --git a/chromium/third_party/WebKit/Source/core/svg/SVGGeometryElement.idl b/chromium/third_party/WebKit/Source/core/svg/SVGGeometryElement.idl
index d7837585b28..cd4887ce7c2 100644
--- a/chromium/third_party/WebKit/Source/core/svg/SVGGeometryElement.idl
+++ b/chromium/third_party/WebKit/Source/core/svg/SVGGeometryElement.idl
@@ -28,7 +28,9 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-interface SVGGeometryElement : SVGGraphicsElement {
+[
+ TypeChecking=Interface|Nullable,
+] interface SVGGeometryElement : SVGGraphicsElement {
boolean isPointInFill(SVGPoint point);
boolean isPointInStroke(SVGPoint point);
};