Chromium Code Reviews| Index: lib/isolate/isolate_runtime.dart |
| =================================================================== |
| --- lib/isolate/isolate_runtime.dart (revision 6161) |
| +++ lib/isolate/isolate_runtime.dart (working copy) |
| @@ -2,5 +2,7 @@ |
| // for details. All rights reserved. Use of this source code is governed by a |
| // BSD-style license that can be found in the LICENSE file. |
| +#library("dart:isolate"); |
| + |
| #source("isolate_api.dart"); |
| #source("runtime/isolate.dart"); |
|
Siggi Cherem (dart-lang)
2012/04/04 17:43:23
-- this line made me realize that this file is act
|