Chromium Code Reviews| Index: sdk/lib/isolate/isolate.dart |
| diff --git a/sdk/lib/isolate/isolate.dart b/sdk/lib/isolate/isolate.dart |
| index efc6ca252557a46969ddb6a3131c175ec2f29080..7cf0b3613cf50b43ab98445c4e3ef7eb32631d27 100644 |
| --- a/sdk/lib/isolate/isolate.dart |
| +++ b/sdk/lib/isolate/isolate.dart |
| @@ -16,6 +16,8 @@ library dart.isolate; |
| import "dart:async"; |
| +part "capability.dart"; |
| + |
| /** |
| * Thrown when an isolate cannot be created. |
| */ |