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

Unified Diff: runtime/bin/process.dart

Issue 10905109: Add named constructor name checking (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 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
Index: runtime/bin/process.dart
===================================================================
--- runtime/bin/process.dart (revision 11907)
+++ runtime/bin/process.dart (working copy)
@@ -33,7 +33,7 @@
static Process start(String executable,
List<String> arguments,
[ProcessOptions options]) {
- return _Process.start(executable, arguments, options);
+ return new _Process.start(executable, arguments, options);
}
/**
« no previous file with comments | « pkg/dartdoc/ast.dart ('k') | runtime/bin/process_impl.dart » ('j') | runtime/vm/parser.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698