Index: client/dom/generated/src/wrapping/_WebGLLoseContextWrappingImplementation.dart |
diff --git a/client/dom/generated/src/wrapping/_WebGLLoseContextWrappingImplementation.dart b/client/dom/generated/src/wrapping/_WebGLLoseContextWrappingImplementation.dart |
deleted file mode 100644 |
index 3a991461104f34269fa2a04a037de48c044fc8c6..0000000000000000000000000000000000000000 |
--- a/client/dom/generated/src/wrapping/_WebGLLoseContextWrappingImplementation.dart |
+++ /dev/null |
@@ -1,27 +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 _WebGLLoseContextWrappingImplementation extends DOMWrapperBase implements WebGLLoseContext { |
- _WebGLLoseContextWrappingImplementation() : super() {} |
- |
- static create__WebGLLoseContextWrappingImplementation() native { |
- return new _WebGLLoseContextWrappingImplementation(); |
- } |
- |
- void loseContext() { |
- _loseContext(this); |
- return; |
- } |
- static void _loseContext(receiver) native; |
- |
- void restoreContext() { |
- _restoreContext(this); |
- return; |
- } |
- static void _restoreContext(receiver) native; |
- |
- String get typeName() { return "WebGLLoseContext"; } |
-} |