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