| Index: pkg/analyzer/lib/file_system/physical_file_system.dart
|
| diff --git a/pkg/analyzer/lib/file_system/physical_file_system.dart b/pkg/analyzer/lib/file_system/physical_file_system.dart
|
| index 2cd391ae8cad975c6b3434a898608744706cd5f3..139d67dc371f22896effb4f1bb0d19ae71a8171c 100644
|
| --- a/pkg/analyzer/lib/file_system/physical_file_system.dart
|
| +++ b/pkg/analyzer/lib/file_system/physical_file_system.dart
|
| @@ -91,7 +91,7 @@ class _PhysicalFile extends _PhysicalResource implements File {
|
| if (uri == null) {
|
| uri = javaFile.toURI();
|
| }
|
| - return new FileBasedSource.con2(uri, javaFile);
|
| + return new FileBasedSource(javaFile, uri);
|
| }
|
|
|
| @override
|
|
|