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

Unified Diff: client/simulate_crash_mac_test.cc

Issue 1305893010: Don’t trigger EXC_CORPSE_NOTIFY on OS X 10.11 (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 5 years, 3 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: client/simulate_crash_mac_test.cc
diff --git a/client/simulate_crash_mac_test.cc b/client/simulate_crash_mac_test.cc
index e585838ae34fb685a89ca990e513291c8b592fb0..7e0109a3f3f033dc692828f3cf826191551c91e8 100644
--- a/client/simulate_crash_mac_test.cc
+++ b/client/simulate_crash_mac_test.cc
@@ -228,7 +228,7 @@ class TestSimulateCrashMac final : public MachMultiprocess,
ExcServerCopyState(
behavior, old_state, old_state_count, new_state, new_state_count);
- return ExcServerSuccessfulReturnValue(behavior, true);
+ return ExcServerSuccessfulReturnValue(exception, behavior, true);
}
private:

Powered by Google App Engine
This is Rietveld 408576698