Chromium Code Reviews

Unified Diff: Source/core/svg/SVGGeometryElement.idl

Issue 356843007: Remove meaningless uses of [TypeChecking=Nullable] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/core/svg/SVGFilterElement.idl ('k') | Source/core/svg/SVGGraphicsElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « Source/core/svg/SVGFilterElement.idl ('k') | Source/core/svg/SVGGraphicsElement.idl » ('j') | no next file with comments »

Powered by Google App Engine