Index: client/dom/generated/src/wrapping/_SVGLangSpaceWrappingImplementation.dart |
diff --git a/client/dom/generated/src/wrapping/_SVGLangSpaceWrappingImplementation.dart b/client/dom/generated/src/wrapping/_SVGLangSpaceWrappingImplementation.dart |
deleted file mode 100644 |
index 644271f728a273c244ae645b586158faf16953e4..0000000000000000000000000000000000000000 |
--- a/client/dom/generated/src/wrapping/_SVGLangSpaceWrappingImplementation.dart |
+++ /dev/null |
@@ -1,27 +0,0 @@ |
-// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
-// for details. All rights reserved. Use of this source code is governed by a |
-// BSD-style license that can be found in the LICENSE file. |
- |
-// WARNING: Do not edit - generated code. |
- |
-class _SVGLangSpaceWrappingImplementation extends DOMWrapperBase implements SVGLangSpace { |
- _SVGLangSpaceWrappingImplementation() : super() {} |
- |
- static create__SVGLangSpaceWrappingImplementation() native { |
- return new _SVGLangSpaceWrappingImplementation(); |
- } |
- |
- String get xmllang() { return _get_xmllang(this); } |
- static String _get_xmllang(var _this) native; |
- |
- void set xmllang(String value) { _set_xmllang(this, value); } |
- static void _set_xmllang(var _this, String value) native; |
- |
- String get xmlspace() { return _get_xmlspace(this); } |
- static String _get_xmlspace(var _this) native; |
- |
- void set xmlspace(String value) { _set_xmlspace(this, value); } |
- static void _set_xmlspace(var _this, String value) native; |
- |
- String get typeName() { return "SVGLangSpace"; } |
-} |