Chromium Code Reviews| Index: tools/dom/templates/html/dartium/indexed_db_dartium.darttemplate |
| diff --git a/tools/dom/templates/html/dartium/indexed_db_dartium.darttemplate b/tools/dom/templates/html/dartium/indexed_db_dartium.darttemplate |
| index 34d3908c03bf92944ea73a38b1cfc8a22feb5536..47a34338d3c4a1713d129f42a579899deda01c47 100644 |
| --- a/tools/dom/templates/html/dartium/indexed_db_dartium.darttemplate |
| +++ b/tools/dom/templates/html/dartium/indexed_db_dartium.darttemplate |
| @@ -7,6 +7,7 @@ |
| library indexed_db; |
| +import 'dart:async'; |
| import 'dart:html'; |
| import 'dart:html_common'; |
| import 'dart:nativewrappers'; |