| Index: sdk/lib/_internal/compiler/implementation/compiler.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/compiler.dart b/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| index e770cff2319056437c6eff12c693a9ed17a56240..85cbe027324c46d48934480b00940ac58567560a 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| @@ -492,7 +492,8 @@ abstract class Compiler implements DiagnosticListener {
|
| || libraryName == 'dart:isolate'
|
| || libraryName == 'dart:math'
|
| || libraryName == 'dart:html'
|
| - || libraryName == 'dart:svg') {
|
| + || libraryName == 'dart:svg'
|
| + || libraryName == 'dart:web_audio') {
|
| if (libraryName == 'dart:html' || libraryName == 'dart:mirrors') {
|
| // dart:html needs access to convertDartClosureToJS.
|
| // dart:mirrors needs access to the Primitives class.
|
|
|