| Index: client/dom/generated/src/wrapping/_SVGStopElementWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_SVGStopElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_SVGStopElementWrappingImplementation.dart
|
| deleted file mode 100644
|
| index bd0dd02ca431a041d7984b33e4d3a62484db75dc..0000000000000000000000000000000000000000
|
| --- a/client/dom/generated/src/wrapping/_SVGStopElementWrappingImplementation.dart
|
| +++ /dev/null
|
| @@ -1,31 +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 _SVGStopElementWrappingImplementation extends _SVGElementWrappingImplementation implements SVGStopElement {
|
| - _SVGStopElementWrappingImplementation() : super() {}
|
| -
|
| - static create__SVGStopElementWrappingImplementation() native {
|
| - return new _SVGStopElementWrappingImplementation();
|
| - }
|
| -
|
| - SVGAnimatedNumber get offset() { return _get_offset(this); }
|
| - static SVGAnimatedNumber _get_offset(var _this) native;
|
| -
|
| - // From SVGStylable
|
| -
|
| - SVGAnimatedString get className() { return _get_className(this); }
|
| - static SVGAnimatedString _get_className(var _this) native;
|
| -
|
| - CSSStyleDeclaration get style() { return _get_style_SVGStopElement(this); }
|
| - static CSSStyleDeclaration _get_style_SVGStopElement(var _this) native;
|
| -
|
| - CSSValue getPresentationAttribute(String name) {
|
| - return _getPresentationAttribute(this, name);
|
| - }
|
| - static CSSValue _getPresentationAttribute(receiver, name) native;
|
| -
|
| - String get typeName() { return "SVGStopElement"; }
|
| -}
|
|
|