| Index: client/dom/generated/src/wrapping/_WebKitLoseContextWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_WebKitLoseContextWrappingImplementation.dart b/client/dom/generated/src/wrapping/_WebKitLoseContextWrappingImplementation.dart
|
| deleted file mode 100644
|
| index 6bf9164003bc1bed6ac1429443152a37f8220d81..0000000000000000000000000000000000000000
|
| --- a/client/dom/generated/src/wrapping/_WebKitLoseContextWrappingImplementation.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 _WebKitLoseContextWrappingImplementation extends DOMWrapperBase implements WebKitLoseContext {
|
| - _WebKitLoseContextWrappingImplementation() : super() {}
|
| -
|
| - static create__WebKitLoseContextWrappingImplementation() native {
|
| - return new _WebKitLoseContextWrappingImplementation();
|
| - }
|
| -
|
| - void loseContext() {
|
| - _loseContext(this);
|
| - return;
|
| - }
|
| - static void _loseContext(receiver) native;
|
| -
|
| - void restoreContext() {
|
| - _restoreContext(this);
|
| - return;
|
| - }
|
| - static void _restoreContext(receiver) native;
|
| -
|
| - String get typeName() { return "WebKitLoseContext"; }
|
| -}
|
|
|