| Index: client/dom/generated/src/wrapping/_SharedWorkerWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_SharedWorkerWrappingImplementation.dart b/client/dom/generated/src/wrapping/_SharedWorkerWrappingImplementation.dart
|
| deleted file mode 100644
|
| index e8d9f4c79b60d68707259abbe9a9c53f4aacffd3..0000000000000000000000000000000000000000
|
| --- a/client/dom/generated/src/wrapping/_SharedWorkerWrappingImplementation.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 _SharedWorkerWrappingImplementation extends _AbstractWorkerWrappingImplementation implements SharedWorker {
|
| - _SharedWorkerWrappingImplementation() : super() {}
|
| -
|
| - static create__SharedWorkerWrappingImplementation() native {
|
| - return new _SharedWorkerWrappingImplementation();
|
| - }
|
| -
|
| - MessagePort get port() { return _get_port(this); }
|
| - static MessagePort _get_port(var _this) native;
|
| -
|
| - String get typeName() { return "SharedWorker"; }
|
| -}
|
|
|