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

Unified Diff: runtime/bin/process.dart

Issue 8386029: Consistently use setters to set event handlers in native APIs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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 | « runtime/bin/directory_impl.dart ('k') | runtime/bin/process_impl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/process.dart
diff --git a/runtime/bin/process.dart b/runtime/bin/process.dart
index 0a73e9f21824fba3a083eed7159f7c7806285fba..86bdc6bcbe67b7008b53878bfc15e2eee20b80d3 100644
--- a/runtime/bin/process.dart
+++ b/runtime/bin/process.dart
@@ -35,7 +35,7 @@ interface Process factory _Process {
/*
* Sets an exit handler which gets invoked when the process terminates.
*/
- void setExitHandler(void callback(int exitCode));
+ void set exitHandler(void callback(int exitCode));
/*
* Kills the process with [signal].
« no previous file with comments | « runtime/bin/directory_impl.dart ('k') | runtime/bin/process_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698