| 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 791e140ce8470d55f5039c394a407cf11556aa12..5950729bf55a1561facef6bd1d0ad43c68f99467 100644
|
| --- a/client/dom/generated/src/wrapping/_IDBKeyRangeWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_IDBKeyRangeWrappingImplementation.dart
|
| @@ -41,11 +41,11 @@ class _IDBKeyRangeWrappingImplementation extends DOMWrapperBase implements IDBKe
|
| static IDBKeyRange _bound_2(receiver, lower, upper, lowerOpen) native;
|
| static IDBKeyRange _bound_3(receiver, lower, upper, lowerOpen, upperOpen) native;
|
|
|
| - IDBKeyRange lowerBound(IDBKey bound, [bool open = null]) {
|
| + IDBKeyRange lowerBound(IDBKey bound_, [bool open = null]) {
|
| if (open === null) {
|
| - return _lowerBound(this, bound);
|
| + return _lowerBound(this, bound_);
|
| } else {
|
| - return _lowerBound_2(this, bound, open);
|
| + return _lowerBound_2(this, bound_, open);
|
| }
|
| }
|
| static IDBKeyRange _lowerBound(receiver, bound) native;
|
| @@ -56,11 +56,11 @@ class _IDBKeyRangeWrappingImplementation extends DOMWrapperBase implements IDBKe
|
| }
|
| static IDBKeyRange _only(receiver, value) native;
|
|
|
| - IDBKeyRange upperBound(IDBKey bound, [bool open = null]) {
|
| + IDBKeyRange upperBound(IDBKey bound_, [bool open = null]) {
|
| if (open === null) {
|
| - return _upperBound(this, bound);
|
| + return _upperBound(this, bound_);
|
| } else {
|
| - return _upperBound_2(this, bound, open);
|
| + return _upperBound_2(this, bound_, open);
|
| }
|
| }
|
| static IDBKeyRange _upperBound(receiver, bound) native;
|
|
|