| 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 e7a83a41c4fe55b4692b1f059379e6cfbdc5347c..cdfa9a6f4e5efaa656029ec8501158c1e4b27d12 100644
|
| --- a/pkg/analyzer/lib/file_system/physical_file_system.dart
|
| +++ b/pkg/analyzer/lib/file_system/physical_file_system.dart
|
| @@ -31,6 +31,7 @@ class PhysicalResourceProvider implements ResourceProvider {
|
| */
|
| static final String SERVER_DIR = ".dartServer";
|
|
|
| + @override
|
| final AbsolutePathContext absolutePathContext =
|
| new AbsolutePathContext(io.Platform.isWindows);
|
|
|
|
|