| Index: sdk/lib/_internal/compiler/implementation/native_handler.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/native_handler.dart b/sdk/lib/_internal/compiler/implementation/native_handler.dart
|
| index 3e37ed3ab500365a5be2f4c7f4fc45eea1ccfdd5..076ca21c53a9af7a8ec2f5404a419c9ce3f8b580 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/native_handler.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/native_handler.dart
|
| @@ -417,6 +417,7 @@ void maybeEnableNative(Compiler compiler,
|
| 'dart/tests/compiler/dart2js_native')
|
| || libraryName == 'dart:isolate'
|
| || libraryName == 'dart:html'
|
| + || libraryName == 'dart:html_common'
|
| || libraryName == 'dart:svg'
|
| || libraryName == 'dart:web_audio') {
|
| library.canUseNative = true;
|
|
|