| 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 a7912812f80a3ef1178cc69071f9bf294a75bff4..dc4200b274b662e2f9a085a441aa9466e950bcce 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| @@ -508,10 +508,12 @@ abstract class Compiler implements DiagnosticListener {
|
| || libraryName == 'dart:isolate'
|
| || libraryName == 'dart:math'
|
| || libraryName == 'dart:html'
|
| + || libraryName == 'dart:html_common'
|
| || libraryName == 'dart:svg'
|
| || libraryName == 'dart:web_audio') {
|
| if (nativeTest
|
| || libraryName == 'dart:html'
|
| + || libraryName == 'dart:html_common'
|
| || libraryName == 'dart:svg'
|
| || libraryName == 'dart:mirrors') {
|
| // dart:html and dart:svg need access to convertDartClosureToJS and
|
|
|