| 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 9470db58455d298e98fc880600ab2cc996e162e2..c4a99ddc2b2ad0b7a2dcf738d415835cbbd73c49 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| @@ -524,8 +524,7 @@ abstract class Compiler implements DiagnosticListener {
|
| || libraryName == 'dart:html'
|
| || libraryName == 'dart:html_common'
|
| || libraryName == 'dart:indexed_db'
|
| - || libraryName == 'dart:svg'
|
| - || libraryName == 'dart:mirrors') {
|
| + || libraryName == 'dart:svg') {
|
| // dart:html and dart:svg need access to convertDartClosureToJS and
|
| // annotation classes.
|
| // dart:mirrors needs access to the Primitives class.
|
|
|