Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(580)

Unified Diff: Source/core/svg/SVGPoint.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/svg/SVGPathSegMovetoRel.idl ('k') | Source/core/svg/SVGPointList.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGPoint.idl
diff --git a/Source/core/svg/SVGPoint.idl b/Source/core/svg/SVGPoint.idl
index a19238050291d1005746c1aecd6c832b1764d151..bb30f3deb85ac789af5d2f88831d2eb1ce37d9db 100644
--- a/Source/core/svg/SVGPoint.idl
+++ b/Source/core/svg/SVGPoint.idl
@@ -23,7 +23,7 @@
[
ImplementedAs=SVGPointTearOff,
SetWrapperReferenceTo(SVGElement contextElement),
- TypeChecking=Interface|Nullable,
+ TypeChecking=Interface,
] interface SVGPoint {
[RaisesException=Setter] attribute float x;
[RaisesException=Setter] attribute float y;
« no previous file with comments | « Source/core/svg/SVGPathSegMovetoRel.idl ('k') | Source/core/svg/SVGPointList.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698