| Index: client/dom/generated/src/wrapping/_SVGURIReferenceWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_SVGURIReferenceWrappingImplementation.dart b/client/dom/generated/src/wrapping/_SVGURIReferenceWrappingImplementation.dart
|
| deleted file mode 100644
|
| index c1cdfd195d98ede2b675d7c08940de8a99858155..0000000000000000000000000000000000000000
|
| --- a/client/dom/generated/src/wrapping/_SVGURIReferenceWrappingImplementation.dart
|
| +++ /dev/null
|
| @@ -1,18 +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 _SVGURIReferenceWrappingImplementation extends DOMWrapperBase implements SVGURIReference {
|
| - _SVGURIReferenceWrappingImplementation() : super() {}
|
| -
|
| - static create__SVGURIReferenceWrappingImplementation() native {
|
| - return new _SVGURIReferenceWrappingImplementation();
|
| - }
|
| -
|
| - SVGAnimatedString get href() { return _get_href(this); }
|
| - static SVGAnimatedString _get_href(var _this) native;
|
| -
|
| - String get typeName() { return "SVGURIReference"; }
|
| -}
|
|
|