| Index: sdk/lib/html/src/dart2js_IDBKeyRangeFactoryProvider.dart
|
| diff --git a/sdk/lib/html/src/dart2js_IDBKeyRangeFactoryProvider.dart b/sdk/lib/html/src/dart2js_IDBKeyRangeFactoryProvider.dart
|
| index d962f6d3cfa10eb68b760d2e6a6b539b815bdf9e..83e19068688b006af4661b37392b463a210c01ff 100644
|
| --- a/sdk/lib/html/src/dart2js_IDBKeyRangeFactoryProvider.dart
|
| +++ b/sdk/lib/html/src/dart2js_IDBKeyRangeFactoryProvider.dart
|
| @@ -2,6 +2,8 @@
|
| // 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.
|
|
|
| +part of html;
|
| +
|
| class _IDBKeyRangeFactoryProvider {
|
|
|
| static IDBKeyRange createIDBKeyRange_only(/*IDBKey*/ value) =>
|
|
|