| 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 32c597ff41f99635f8645a7a76c352c1cc8942b3..3f17cba5fd9d0ece4f6103b68c22292da48d91dd 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| @@ -510,11 +510,13 @@ abstract class Compiler implements DiagnosticListener {
|
| || libraryName == 'dart:math'
|
| || libraryName == 'dart:html'
|
| || libraryName == 'dart:html_common'
|
| + || libraryName == 'dart:indexed_db'
|
| || libraryName == 'dart:svg'
|
| || libraryName == 'dart:web_audio') {
|
| if (nativeTest
|
| || libraryName == 'dart:html'
|
| || libraryName == 'dart:html_common'
|
| + || libraryName == 'dart:indexed_db'
|
| || libraryName == 'dart:svg'
|
| || libraryName == 'dart:mirrors') {
|
| // dart:html and dart:svg need access to convertDartClosureToJS and
|
|
|