| Index: client/dom/generated/src/wrapping/_HTMLHeadingElementWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_HTMLHeadingElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLHeadingElementWrappingImplementation.dart
|
| deleted file mode 100644
|
| index 8b782599d92eea2cedda59d66cc532c20738486b..0000000000000000000000000000000000000000
|
| --- a/client/dom/generated/src/wrapping/_HTMLHeadingElementWrappingImplementation.dart
|
| +++ /dev/null
|
| @@ -1,21 +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 _HTMLHeadingElementWrappingImplementation extends _HTMLElementWrappingImplementation implements HTMLHeadingElement {
|
| - _HTMLHeadingElementWrappingImplementation() : super() {}
|
| -
|
| - static create__HTMLHeadingElementWrappingImplementation() native {
|
| - return new _HTMLHeadingElementWrappingImplementation();
|
| - }
|
| -
|
| - String get align() { return _get_align(this); }
|
| - static String _get_align(var _this) native;
|
| -
|
| - void set align(String value) { _set_align(this, value); }
|
| - static void _set_align(var _this, String value) native;
|
| -
|
| - String get typeName() { return "HTMLHeadingElement"; }
|
| -}
|
|
|