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

Unified Diff: runtime/bin/process_unsupported.cc

Issue 2778953005: Fix Dartium build (Closed)
Patch Set: Created 3 years, 9 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_unsupported.cc
diff --git a/runtime/bin/process_unsupported.cc b/runtime/bin/process_unsupported.cc
index c8e0bdb821f0c863c9125e6ffbd6a7179fb4c94c..1bb4ce879c8cb5f92616a8b1bf31b46a20e88ac4 100644
--- a/runtime/bin/process_unsupported.cc
+++ b/runtime/bin/process_unsupported.cc
@@ -19,6 +19,7 @@ Process::ExitHook Process::exit_hook_ = NULL;
void Process::TerminateExitCodeHandler() {}
+void Process::ClearAllSignalHandlers() {}
void FUNCTION_NAME(Process_Start)(Dart_NativeArguments args) {
Dart_ThrowException(
« 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