| Index: client/dom/generated/src/frog/SVGPathSegCurvetoCubicRel.dart | 
| diff --git a/client/dom/generated/src/frog/SVGPathSegCurvetoCubicRel.dart b/client/dom/generated/src/frog/SVGPathSegCurvetoCubicRel.dart | 
| index edbaf5f23cdd40ec9432914c6779593befd9f13e..7edd7b6bea50ed2042212178163f45e52ce44826 100644 | 
| --- a/client/dom/generated/src/frog/SVGPathSegCurvetoCubicRel.dart | 
| +++ b/client/dom/generated/src/frog/SVGPathSegCurvetoCubicRel.dart | 
| @@ -1,5 +1,5 @@ | 
|  | 
| -class SVGPathSegCurvetoCubicRel extends SVGPathSeg native "*SVGPathSegCurvetoCubicRel" { | 
| +class SVGPathSegCurvetoCubicRelJS extends SVGPathSegJS implements SVGPathSegCurvetoCubicRel native "*SVGPathSegCurvetoCubicRel" { | 
|  | 
| num get x() native "return this.x;"; | 
|  | 
|  |