Chromium Code Reviews| 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 b2de0d3cca956d03ff11b7da15abb32c739dd7cb..51816dade07ea0a800bdd7fb79c109c5dd7694e3 100644 |
| --- a/sdk/lib/html/templates/html/dart2js/html_dart2js.darttemplate |
| +++ b/sdk/lib/html/templates/html/dart2js/html_dart2js.darttemplate |
| @@ -10,6 +10,7 @@ library html; |
| import 'dart:isolate'; |
| import 'dart:json'; |
| import 'dart:svg' as svg; |
| +import 'dart:web_audio' as audio; |
|
Emily Fortuna
2012/11/21 00:28:10
as web_audio?
blois
2012/11/21 00:48:55
It's not actually used at all, just there to ensur
|
| $!GENERATED_DART_FILES |