| Index: client/html/src/SharedWorkerWrappingImplementation.dart
|
| diff --git a/client/html/src/SharedWorkerWrappingImplementation.dart b/client/html/src/SharedWorkerWrappingImplementation.dart
|
| deleted file mode 100644
|
| index 34f5a0d5e8ad3deb0d5dab10b60d6faba8dccdb3..0000000000000000000000000000000000000000
|
| --- a/client/html/src/SharedWorkerWrappingImplementation.dart
|
| +++ /dev/null
|
| @@ -1,9 +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.
|
| -
|
| -class SharedWorkerWrappingImplementation extends AbstractWorkerWrappingImplementation implements SharedWorker {
|
| - SharedWorkerWrappingImplementation._wrap(ptr) : super._wrap(ptr) {}
|
| -
|
| - MessagePort get port() { return LevelDom.wrapMessagePort(_ptr.port); }
|
| -}
|
|
|