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

Unified Diff: runtime/bin/process_patch.dart

Issue 2434123003: Merge more Kernel infrastructure from kernel_sdk SDK fork. (Closed)
Patch Set: address more comments Created 4 years, 2 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_patch.dart
diff --git a/runtime/bin/process_patch.dart b/runtime/bin/process_patch.dart
index bfb09db6685561cde46b079caa24aa625d604796..d34a28c81568fdafc93203908b3a149b626d7918 100644
--- a/runtime/bin/process_patch.dart
+++ b/runtime/bin/process_patch.dart
@@ -125,9 +125,9 @@ class _SignalController {
}
}
- @patch static _setSignalHandler(int signal)
+ static _setSignalHandler(int signal)
native "Process_SetSignalHandler";
- @patch static int _clearSignalHandler(int signal)
+ static int _clearSignalHandler(int signal)
native "Process_ClearSignalHandler";
}

Powered by Google App Engine
This is Rietveld 408576698