| OLD | NEW |
| 1 | 1 |
| 2 class SVGLangSpaceJs extends DOMTypeJs implements SVGLangSpace native "*SVGLangS
pace" { | 2 class _SVGLangSpaceJs extends _DOMTypeJs implements SVGLangSpace native "*SVGLan
gSpace" { |
| 3 | 3 |
| 4 String get xmllang() native "return this.xmllang;"; | 4 String get xmllang() native "return this.xmllang;"; |
| 5 | 5 |
| 6 void set xmllang(String value) native "this.xmllang = value;"; | 6 void set xmllang(String value) native "this.xmllang = value;"; |
| 7 | 7 |
| 8 String get xmlspace() native "return this.xmlspace;"; | 8 String get xmlspace() native "return this.xmlspace;"; |
| 9 | 9 |
| 10 void set xmlspace(String value) native "this.xmlspace = value;"; | 10 void set xmlspace(String value) native "this.xmlspace = value;"; |
| 11 } | 11 } |
| OLD | NEW |