| Index: client/dom/generated/src/frog/SVGLangSpace.dart
|
| diff --git a/client/dom/generated/src/frog/SVGLangSpace.dart b/client/dom/generated/src/frog/SVGLangSpace.dart
|
| index 71d832c3ff38723377b17e699f59ce37c9f436a5..28bc67c958c96a5ea538009d690f406bd52815c6 100644
|
| --- a/client/dom/generated/src/frog/SVGLangSpace.dart
|
| +++ b/client/dom/generated/src/frog/SVGLangSpace.dart
|
| @@ -1,9 +1,13 @@
|
|
|
| class SVGLangSpace native "*SVGLangSpace" {
|
|
|
| - String xmllang;
|
| + String get xmllang() native "return this.xmllang;";
|
|
|
| - String xmlspace;
|
| + void set xmllang(String value) native "this.xmllang = value;";
|
| +
|
| + String get xmlspace() native "return this.xmlspace;";
|
| +
|
| + void set xmlspace(String value) native "this.xmlspace = value;";
|
|
|
| var dartObjectLocalStorage;
|
|
|
|
|