| 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 46d18321347dc6fcab086924622859fe1e905999..23c622384208f2c4b4f10125eebb5158e4e1fee0 100644
|
| --- a/sdk/lib/html/templates/html/dart2js/html_dart2js.darttemplate
|
| +++ b/sdk/lib/html/templates/html/dart2js/html_dart2js.darttemplate
|
| @@ -9,6 +9,7 @@ library html;
|
|
|
| import 'dart:collection';
|
| 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.
|
| @@ -38,7 +39,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';
|
|
|