| 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 75a1eaacbc5fbe8e619089f933edfa3dd9f52158..995fa86dab4ec99783ddb9729f7435833dcf1b4c 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| @@ -603,6 +603,7 @@ abstract class Compiler implements DiagnosticListener {
|
| || libraryName == 'dart:svg'
|
| || libraryName == 'dart:web_audio') {
|
| if (nativeTest
|
| + || libraryName == 'dart:chrome'
|
| || libraryName == 'dart:html'
|
| || libraryName == 'dart:html_common'
|
| || libraryName == 'dart:indexed_db'
|
|
|