Chromium Code Reviews| Index: lib/compiler/implementation/lib/io.dart |
| diff --git a/lib/compiler/implementation/lib/io.dart b/lib/compiler/implementation/lib/io.dart |
| index b6e1076052c51c165fd2fbb53dfeaab879125952..bac4fc23fd45cb62691e3e7683805a9b49ccc76c 100644 |
| --- a/lib/compiler/implementation/lib/io.dart |
| +++ b/lib/compiler/implementation/lib/io.dart |
| @@ -9,7 +9,7 @@ |
| // TODO(ahe): Separate API from implementation details. |
| -#library("io"); |
| +#library("dart:io"); |
| #import("dart:coreimpl"); |
| #import("dart:isolate"); |
| // TODO(ahe): Should Leg support this library? |