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

Unified Diff: runtime/bin/process_patch.dart

Issue 130893010: Fix signal handler in checked mode.. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/process_patch.dart
diff --git a/runtime/bin/process_patch.dart b/runtime/bin/process_patch.dart
index 78cae4f2cf24c942ca2f70f17a536360bb8dd245..02a5e86a8a2fad27ae30aa8e4fc2aea03561934f 100644
--- a/runtime/bin/process_patch.dart
+++ b/runtime/bin/process_patch.dart
@@ -114,7 +114,7 @@ class _SignalController {
}
}
- /* patch */ static int _setSignalHandler(int signal)
+ /* patch */ static _setSignalHandler(int signal)
native "Process_SetSignalHandler";
/* patch */ static int _clearSignalHandler(int signal)
native "Process_ClearSignalHandler";
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698