| Index: lib/html/dartium/html_dartium.dart
|
| diff --git a/lib/html/dartium/html_dartium.dart b/lib/html/dartium/html_dartium.dart
|
| index 8441487567a7be4ca8cb558b6b854314130cd379..fc6b91766205f566a2b91aa252b90afe2d6f69d2 100644
|
| --- a/lib/html/dartium/html_dartium.dart
|
| +++ b/lib/html/dartium/html_dartium.dart
|
| @@ -45073,8 +45073,7 @@ class _IDBKeyRangeFactoryProvider {
|
|
|
| factory IDBKeyRange.bound(/*IDBKey*/ lower, /*IDBKey*/ upper,
|
| [bool lowerOpen = false, bool upperOpen = false]) =>
|
| - _wrap(_IDBKeyRangeImpl.bound(lower, upper,
|
| - lowerOpen, upperOpen));
|
| + _IDBKeyRangeImpl.bound(lower, upper, lowerOpen, upperOpen);
|
| }
|
|
|
| class _TypedArrayFactoryProvider {
|
|
|