| Index: client/dom/generated/src/wrapping/_SVGFEMergeNodeElementWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_SVGFEMergeNodeElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_SVGFEMergeNodeElementWrappingImplementation.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..603075b0036331f3d9ceb92eb3f5505ac85d9d15
|
| --- /dev/null
|
| +++ b/client/dom/generated/src/wrapping/_SVGFEMergeNodeElementWrappingImplementation.dart
|
| @@ -0,0 +1,18 @@
|
| +// 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 _SVGFEMergeNodeElementWrappingImplementation extends _SVGElementWrappingImplementation implements SVGFEMergeNodeElement {
|
| + _SVGFEMergeNodeElementWrappingImplementation() : super() {}
|
| +
|
| + static create__SVGFEMergeNodeElementWrappingImplementation() native {
|
| + return new _SVGFEMergeNodeElementWrappingImplementation();
|
| + }
|
| +
|
| + SVGAnimatedString get in1() { return _get_in1(this); }
|
| + static SVGAnimatedString _get_in1(var _this) native;
|
| +
|
| + String get typeName() { return "SVGFEMergeNodeElement"; }
|
| +}
|
|
|