| Index: sdk/lib/html/templates/html/dart2js/html_dart2js.darttemplate
|
| diff --git a/sdk/lib/html/templates/html/dart2js/html_dart2js.darttemplate b/sdk/lib/html/templates/html/dart2js/html_dart2js.darttemplate
|
| index 73e82813f911da9c1a937cd959214169a5cbd804..8768cf2cf4c4eeb39c1ce132b643419a0e220fc3 100644
|
| --- a/sdk/lib/html/templates/html/dart2js/html_dart2js.darttemplate
|
| +++ b/sdk/lib/html/templates/html/dart2js/html_dart2js.darttemplate
|
| @@ -8,6 +8,7 @@
|
| library html;
|
|
|
| import 'dart:html_common';
|
| +import 'dart:indexed_db';
|
| import 'dart:isolate';
|
| import 'dart:json';
|
| // Not actually used, but imported since dart:html can generate these objects.
|
| @@ -37,7 +38,6 @@ part '$AUXILIARY_DIR/dart2js_Conversions.dart';
|
| part '$AUXILIARY_DIR/dart2js_DOMImplementation.dart';
|
| part '$AUXILIARY_DIR/dart2js_KeyEvent.dart';
|
| part '$AUXILIARY_DIR/dart2js_FactoryProviders.dart';
|
| -part '$AUXILIARY_DIR/dart2js_IDBKeyRangeFactoryProvider.dart';
|
| part '$AUXILIARY_DIR/dart2js_LocationWrapper.dart';
|
| part '$AUXILIARY_DIR/dart2js_MutationObserverSupported.dart';
|
| part '$AUXILIARY_DIR/dart2js_TypedArrayFactoryProvider.dart';
|
|
|