| Index: pkg/compiler/lib/src/source_file_provider.dart
|
| diff --git a/pkg/compiler/lib/src/source_file_provider.dart b/pkg/compiler/lib/src/source_file_provider.dart
|
| index 588c970afbc921fe8fd16de0c4667bc3cccef438..94052cb6bc0f8448f4a12af6715bf4b610b448ac 100644
|
| --- a/pkg/compiler/lib/src/source_file_provider.dart
|
| +++ b/pkg/compiler/lib/src/source_file_provider.dart
|
| @@ -383,7 +383,7 @@ class BazelInputProvider extends SourceFileProvider {
|
| final List<Uri> dirs;
|
|
|
| BazelInputProvider(List<String> searchPaths)
|
| - : dirs = searchPaths.map(_resolve).toList();
|
| + : dirs = searchPaths.map(_resolve).toList();
|
|
|
| static _resolve(String path) => currentDirectory.resolve(path);
|
|
|
|
|