Index: runtime/bin/process_patch.dart |
diff --git a/runtime/bin/process_patch.dart b/runtime/bin/process_patch.dart |
index d34a28c81568fdafc93203908b3a149b626d7918..8920d3735d538c2607cfb08ecd00ef74ab931853 100644 |
--- a/runtime/bin/process_patch.dart |
+++ b/runtime/bin/process_patch.dart |
@@ -182,7 +182,7 @@ class _ProcessImpl extends _ProcessImplNativeWrapper implements Process { |
_ProcessImpl(String path, |
List<String> arguments, |
- String this._workingDirectory, |
+ this._workingDirectory, |
Map<String, String> environment, |
bool includeParentEnvironment, |
bool runInShell, |