| Index: client/dom/generated/src/wrapping/_IDBKeyRangeWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_IDBKeyRangeWrappingImplementation.dart b/client/dom/generated/src/wrapping/_IDBKeyRangeWrappingImplementation.dart
|
| index 095299fcef0972d49f3091942cf9637ae2b4220e..5950729bf55a1561facef6bd1d0ad43c68f99467 100644
|
| --- a/client/dom/generated/src/wrapping/_IDBKeyRangeWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_IDBKeyRangeWrappingImplementation.dart
|
| @@ -48,8 +48,8 @@ class _IDBKeyRangeWrappingImplementation extends DOMWrapperBase implements IDBKe
|
| return _lowerBound_2(this, bound_, open);
|
| }
|
| }
|
| - static IDBKeyRange _lowerBound(receiver, bound_) native;
|
| - static IDBKeyRange _lowerBound_2(receiver, bound_, open) native;
|
| + static IDBKeyRange _lowerBound(receiver, bound) native;
|
| + static IDBKeyRange _lowerBound_2(receiver, bound, open) native;
|
|
|
| IDBKeyRange only(IDBKey value) {
|
| return _only(this, value);
|
| @@ -63,8 +63,8 @@ class _IDBKeyRangeWrappingImplementation extends DOMWrapperBase implements IDBKe
|
| return _upperBound_2(this, bound_, open);
|
| }
|
| }
|
| - static IDBKeyRange _upperBound(receiver, bound_) native;
|
| - static IDBKeyRange _upperBound_2(receiver, bound_, open) native;
|
| + static IDBKeyRange _upperBound(receiver, bound) native;
|
| + static IDBKeyRange _upperBound_2(receiver, bound, open) native;
|
|
|
| String get typeName() { return "IDBKeyRange"; }
|
| }
|
|
|