| 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 774c2c6ea2ee79119c8b246b669bb2a8f42aed93..268c218e42ed373e2b2ffece060cf29de7604e20 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| @@ -487,7 +487,8 @@ abstract class Compiler implements DiagnosticListener {
|
| || libraryName == 'dart:mirrors'
|
| || libraryName == 'dart:isolate'
|
| || libraryName == 'dart:math'
|
| - || libraryName == 'dart:html') {
|
| + || libraryName == 'dart:html'
|
| + || libraryName == 'dart:svg') {
|
| if (libraryName == 'dart:html' || libraryName == 'dart:mirrors') {
|
| // dart:html needs access to convertDartClosureToJS.
|
| // dart:mirrors needs access to the Primitives class.
|
|
|