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

Unified Diff: runtime/bin/process_impl.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_impl.dart
===================================================================
--- runtime/bin/process_impl.dart (revision 11907)
+++ runtime/bin/process_impl.dart (working copy)
@@ -11,12 +11,6 @@
class _Process extends Process {
- static Process start(String path,
- List<String> arguments,
- [ProcessOptions options]) {
- return new _Process.start(path, arguments, options);
- }
-
static Future<ProcessResult> run(String path,
List<String> arguments,
[ProcessOptions options]) {
« no previous file with comments | « runtime/bin/process.dart ('k') | runtime/vm/parser.cc » ('j') | runtime/vm/parser.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698