| Index: lib/compiler/implementation/compiler.dart
|
| ===================================================================
|
| --- lib/compiler/implementation/compiler.dart (revision 11226)
|
| +++ lib/compiler/implementation/compiler.dart (working copy)
|
| @@ -300,9 +300,6 @@
|
| bool hasIsolateSupport() => isolateLibrary !== null;
|
|
|
| void onLibraryLoaded(LibraryElement library, Uri uri) {
|
| - if (uri.toString() == 'dart:isolate') {
|
| - enableIsolateSupport(library);
|
| - }
|
| if (dynamicClass !== null) {
|
| // When loading the built-in libraries, dynamicClass is null. We
|
| // take advantage of this as core and coreimpl import js_helper
|
|
|