Index: client/dom/generated/src/wrapping/_SharedWorkerContextWrappingImplementation.dart |
diff --git a/client/dom/generated/src/wrapping/_SharedWorkerContextWrappingImplementation.dart b/client/dom/generated/src/wrapping/_SharedWorkerContextWrappingImplementation.dart |
deleted file mode 100644 |
index 2e2b2dbdf2978d81c5faf4fbf6e011d2bb86ed88..0000000000000000000000000000000000000000 |
--- a/client/dom/generated/src/wrapping/_SharedWorkerContextWrappingImplementation.dart |
+++ /dev/null |
@@ -1,24 +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 _SharedWorkerContextWrappingImplementation extends _WorkerContextWrappingImplementation implements SharedWorkerContext { |
- _SharedWorkerContextWrappingImplementation() : super() {} |
- |
- static create__SharedWorkerContextWrappingImplementation() native { |
- return new _SharedWorkerContextWrappingImplementation(); |
- } |
- |
- String get name() { return _get_name(this); } |
- static String _get_name(var _this) native; |
- |
- EventListener get onconnect() { return _get_onconnect(this); } |
- static EventListener _get_onconnect(var _this) native; |
- |
- void set onconnect(EventListener value) { _set_onconnect(this, value); } |
- static void _set_onconnect(var _this, EventListener value) native; |
- |
- String get typeName() { return "SharedWorkerContext"; } |
-} |