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

Unified Diff: third_party/crashpad/crashpad/util/win/scoped_handle.cc

Issue 2710663006: Update Crashpad to 4a2043ea65e2641ef1a921801c0aaa15ada02fc7 (Closed)
Patch Set: Update Crashpad to 4a2043ea65e2 Created 3 years, 10 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/util/win/scoped_handle.cc
diff --git a/third_party/crashpad/crashpad/util/win/scoped_handle.cc b/third_party/crashpad/crashpad/util/win/scoped_handle.cc
index 5eb440e045da703f76162fe8bc5e84a54b23e77a..57d28217f5f286e60c902a2e270b1b1ff05ed41f 100644
--- a/third_party/crashpad/crashpad/util/win/scoped_handle.cc
+++ b/third_party/crashpad/crashpad/util/win/scoped_handle.cc
@@ -25,7 +25,7 @@ void ScopedFileHANDLECloseTraits::Free(HANDLE handle) {
}
void ScopedKernelHANDLECloseTraits::Free(HANDLE handle) {
- PCHECK(CloseHandle(handle));
+ PCHECK(CloseHandle(handle)) << "CloseHandle";
}
} // namespace internal
« no previous file with comments | « third_party/crashpad/crashpad/util/util_test.gyp ('k') | third_party/crashpad/crashpad/util/win/session_end_watcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698