Chromium Code Reviews

Unified Diff: Source/core/svg/SVGPathSegCurvetoCubicSmoothRel.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
Index: Source/core/svg/SVGPathSegCurvetoCubicSmoothRel.idl
diff --git a/Source/core/svg/SVGPathSegCurvetoCubicSmoothRel.idl b/Source/core/svg/SVGPathSegCurvetoCubicSmoothRel.idl
index daa38e310aa0fb6e34d8537977a41fcea24b09f9..9253bb3e78f6f69e2cbd1585b91d555a93220a2c 100644
--- a/Source/core/svg/SVGPathSegCurvetoCubicSmoothRel.idl
+++ b/Source/core/svg/SVGPathSegCurvetoCubicSmoothRel.idl
@@ -25,7 +25,7 @@
*/
[
- TypeChecking=Interface|Nullable,
+ TypeChecking=Interface,
] interface SVGPathSegCurvetoCubicSmoothRel : SVGPathSeg {
attribute float x;
attribute float y;
« no previous file with comments | « Source/core/svg/SVGPathSegCurvetoCubicSmoothAbs.idl ('k') | Source/core/svg/SVGPathSegCurvetoQuadraticAbs.idl » ('j') | no next file with comments »

Powered by Google App Engine