| Index: dart/lib/compiler/implementation/apiimpl.dart
|
| diff --git a/dart/lib/compiler/implementation/apiimpl.dart b/dart/lib/compiler/implementation/apiimpl.dart
|
| index 0801e23364a3f67939d6bf27d0c505c22e1e727a..2296e262de0376aa22e3806ea4f0cdbbf117dc60 100644
|
| --- a/dart/lib/compiler/implementation/apiimpl.dart
|
| +++ b/dart/lib/compiler/implementation/apiimpl.dart
|
| @@ -15,7 +15,7 @@
|
| #import('source_file.dart');
|
|
|
| class Compiler extends leg.Compiler {
|
| - api.ReadUriFromString provider;
|
| + api.ReadStringFromUri provider;
|
| api.DiagnosticHandler handler;
|
| final Uri libraryRoot;
|
| final Uri packageRoot;
|
|
|