Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(465)

Unified Diff: pkg/analyzer/lib/file_system/memory_file_system.dart

Issue 2386123004: Remove JavaFile.pathContext (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/generated/java_io.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/file_system/memory_file_system.dart
diff --git a/pkg/analyzer/lib/file_system/memory_file_system.dart b/pkg/analyzer/lib/file_system/memory_file_system.dart
index 8d50f46073c56e0e613d34b1bfc78be2e1761810..34a483960ea5d000a98fd2155a1ad447f2d92b9b 100644
--- a/pkg/analyzer/lib/file_system/memory_file_system.dart
+++ b/pkg/analyzer/lib/file_system/memory_file_system.dart
@@ -34,7 +34,8 @@ class MemoryResourceProvider implements ResourceProvider {
@override
final AbsolutePathContext absolutePathContext;
- MemoryResourceProvider({pathos.Context context})
+ MemoryResourceProvider(
+ {pathos.Context context, @deprecated bool isWindows: false})
: _pathContext = context ?? pathos.context,
absolutePathContext = new AbsolutePathContext(
pathos.Style.platform == pathos.Style.windows);
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/generated/java_io.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698