Chromium Code Reviews| Index: sdk/lib/isolate/isolate.dart |
| diff --git a/sdk/lib/isolate/isolate.dart b/sdk/lib/isolate/isolate.dart |
| index da5ff32afece75160d3aea326498a6e42621d01f..ab4c71df338ee9cf844f78ba8e1a2491307c3f5f 100644 |
| --- a/sdk/lib/isolate/isolate.dart |
| +++ b/sdk/lib/isolate/isolate.dart |
| @@ -2,7 +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"); |
| +library dart.isolate; |
| -#source("base.dart"); |
| -#source("timer.dart"); |
| +part "base.dart"; |
| +part "timer.dart"; |