Chromium Code Reviews| Index: sdk/lib/_internal/libraries.dart |
| =================================================================== |
| --- sdk/lib/_internal/libraries.dart (revision 16024) |
| +++ sdk/lib/_internal/libraries.dart (working copy) |
| @@ -115,6 +115,12 @@ |
| category: "Internal", |
| documented: false, |
| platforms: DART2JS_PLATFORM), |
| + |
| + "_isolate_helper": const LibraryInfo( |
| + "_internal/compiler/implementation/lib/isolate_helper.dart", |
| + category: "Internal", |
| + documented: false, |
| + platforms: DART2JS_PLATFORM), |
| }; |
| /** |