| Index: client/dom/generated/src/wrapping/_IDBCursorWithValueWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_IDBCursorWithValueWrappingImplementation.dart b/client/dom/generated/src/wrapping/_IDBCursorWithValueWrappingImplementation.dart
|
| deleted file mode 100644
|
| index a42c671488615ae9c65e6c6fbcf59e184b9fb017..0000000000000000000000000000000000000000
|
| --- a/client/dom/generated/src/wrapping/_IDBCursorWithValueWrappingImplementation.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 _IDBCursorWithValueWrappingImplementation extends _IDBCursorWrappingImplementation implements IDBCursorWithValue {
|
| - _IDBCursorWithValueWrappingImplementation() : super() {}
|
| -
|
| - static create__IDBCursorWithValueWrappingImplementation() native {
|
| - return new _IDBCursorWithValueWrappingImplementation();
|
| - }
|
| -
|
| - IDBAny get value() { return _get_value(this); }
|
| - static IDBAny _get_value(var _this) native;
|
| -
|
| - String get typeName() { return "IDBCursorWithValue"; }
|
| -}
|
|
|