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

Unified Diff: runtime/bin/process_fuchsia.cc

Issue 2960233003: [Fuchsia] Fix definition of Process::ClearSignalHandler() (Closed)
Patch Set: Created 3 years, 6 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_fuchsia.cc
diff --git a/runtime/bin/process_fuchsia.cc b/runtime/bin/process_fuchsia.cc
index d8d1bb1dd3a28524303914efd96167925c324ab7..11e918e8d51b63ea1b719f6f98d0f38a8eae2df3 100644
--- a/runtime/bin/process_fuchsia.cc
+++ b/runtime/bin/process_fuchsia.cc
@@ -867,7 +867,7 @@ intptr_t Process::SetSignalHandler(intptr_t signal) {
return -1;
}
-void Process::ClearSignalHandler(intptr_t signal) {}
+void Process::ClearSignalHandler(intptr_t signal, Dart_Port port) {}
} // namespace bin
} // namespace dart
« 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