| 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 8f8e077459cd3a9e837338147753d70b210cdc7f..75a1eaacbc5fbe8e619089f933edfa3dd9f52158 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| @@ -594,6 +594,7 @@ abstract class Compiler implements DiagnosticListener {
|
| 'dart/tests/compiler/dart2js_native');
|
| if (nativeTest
|
| || libraryName == 'dart:async'
|
| + || libraryName == 'dart:chrome'
|
| || libraryName == 'dart:mirrors'
|
| || libraryName == 'dart:math'
|
| || libraryName == 'dart:html'
|
|
|