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

Unified Diff: third_party/crashpad/crashpad/test/multiprocess_exec_win.cc

Issue 2804713002: Update Crashpad to b4095401639ebe2ad33169e5c1d994065cbff1b8 (Closed)
Patch Set: Created 3 years, 8 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: third_party/crashpad/crashpad/test/multiprocess_exec_win.cc
diff --git a/third_party/crashpad/crashpad/test/multiprocess_exec_win.cc b/third_party/crashpad/crashpad/test/multiprocess_exec_win.cc
index 3f7d2facee186f0d0ad399f571b3828c4e78cdbb..5eb5d803baac6516690d6575b319edd1b6ab381e 100644
--- a/third_party/crashpad/crashpad/test/multiprocess_exec_win.cc
+++ b/third_party/crashpad/crashpad/test/multiprocess_exec_win.cc
@@ -127,7 +127,7 @@ void MultiprocessExec::PreFork() {
// Make pipes for child-to-parent and parent-to-child communication. Mark them
// as inheritable via the SECURITY_ATTRIBUTES, but use SetHandleInformation to
// ensure that the parent sides are not inherited.
- ASSERT_EQ(nullptr, info());
+ ASSERT_EQ(info(), nullptr);
set_info(new internal::MultiprocessInfo());
SECURITY_ATTRIBUTES security_attributes = {0};
« no previous file with comments | « third_party/crashpad/crashpad/test/multiprocess_exec_test.cc ('k') | third_party/crashpad/crashpad/test/multiprocess_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698