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 a58f1bc37b90ef069eb3d3ac02fc558f72ec62e0..67f368648b585cec1b685943393844de18712fa9 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 web_audio; |
$!GENERATED_DART_FILES |