| Index: client/dom/generated/src/wrapping/_MessageChannelWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_MessageChannelWrappingImplementation.dart b/client/dom/generated/src/wrapping/_MessageChannelWrappingImplementation.dart
|
| deleted file mode 100644
|
| index 5ba7eecc479aa55a9869c6418442c8204b9da875..0000000000000000000000000000000000000000
|
| --- a/client/dom/generated/src/wrapping/_MessageChannelWrappingImplementation.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 _MessageChannelWrappingImplementation extends DOMWrapperBase implements MessageChannel {
|
| - _MessageChannelWrappingImplementation() : super() {}
|
| -
|
| - static create__MessageChannelWrappingImplementation() native {
|
| - return new _MessageChannelWrappingImplementation();
|
| - }
|
| -
|
| - MessagePort get port1() { return _get_port1(this); }
|
| - static MessagePort _get_port1(var _this) native;
|
| -
|
| - MessagePort get port2() { return _get_port2(this); }
|
| - static MessagePort _get_port2(var _this) native;
|
| -
|
| - String get typeName() { return "MessageChannel"; }
|
| -}
|
|
|