Index: sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart |
diff --git a/sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart b/sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart |
index 436ec20584b5c99d06ed271d7be4fbf5d21a3eb6..e3f6e1078db982e74aff55d9920eef42f970ee53 100644 |
--- a/sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart |
+++ b/sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart |
@@ -3,6 +3,8 @@ library indexed_db; |
import 'dart:async'; |
import 'dart:html'; |
import 'dart:html_common'; |
+import 'dart:_js_helper' show Creates, Returns, JSName, Null; |
+import 'dart:_foreign_helper' show JS; |
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
// 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. |