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 cdd274213aea8e0569b013f6bc365472ae9d618c..43d182c8dc2b4f8a527acc2d524c531e9211b737 100644 |
--- a/sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart |
+++ b/sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart |
@@ -3,6 +3,7 @@ library dart.dom.indexed_db; |
import 'dart:async'; |
import 'dart:html'; |
import 'dart:html_common'; |
+import 'dart:typeddata'; |
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 |