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

Unified Diff: third_party/crashpad/crashpad/compat/mac/mach-o/getsect.cc

Issue 2555353002: Update Crashpad to 32981a3ee9d7c2769fb27afa038fe2e194cfa329 (Closed)
Patch Set: fix readme Created 4 years 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/compat/mac/mach-o/getsect.cc
diff --git a/third_party/crashpad/crashpad/compat/mac/mach-o/getsect.cc b/third_party/crashpad/crashpad/compat/mac/mach-o/getsect.cc
index 71d3066c677aa79cbe05edf3a2a08a16d4bf0ddd..6cda9ffe34fd034598018a18af4b4d8b077637f5 100644
--- a/third_party/crashpad/crashpad/compat/mac/mach-o/getsect.cc
+++ b/third_party/crashpad/crashpad/compat/mac/mach-o/getsect.cc
@@ -72,11 +72,11 @@ using GetSegmentDataType =
extern "C" {
-// These implementations look up their functions in libmacho at run time. If
-// the system libmacho provides these functions as it normally does on Mac OS X
-// 10.7 and later, the system’s versions are used directly. Otherwise, the
-// versions in third_party/apple_cctools are used, which are actually just
-// copies of the system’s functions.
+// These implementations look up their functions in libmacho at run time. If the
+// system libmacho provides these functions as it normally does on OS X 10.7 and
+// later, the system’s versions are used directly. Otherwise, the versions in
+// third_party/apple_cctools are used, which are actually just copies of the
+// system’s functions.
uint8_t* getsectiondata(const MachHeader* mhp,
const char* segname,
« no previous file with comments | « third_party/crashpad/crashpad/client/settings.cc ('k') | third_party/crashpad/crashpad/compat/non_win/dbghelp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698