Chromium Code Reviews

Issue 2131010: Fix definition of CFAllocator (malloc_zone_t changed size between 10.5 and 10... (Closed)

Created:
10 years, 7 months ago by Avi (use Gerrit)
Modified:
9 years, 7 months ago
Reviewers:
Mark Mentovai
CC:
chromium-reviews, John Grabowski, pam+watch_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Fix definition of CFAllocator (malloc_zone_t changed size between 10.5 and 10.6). BUG=none TEST=no visible change, works when compiled against 10.6 SDK Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=47676

Patch Set 1 #

Total comments: 8

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Stats (+27 lines, -3 lines)
M base/process_util_mac.mm View 2 chunks +27 lines, -3 lines 0 comments

Messages

Total messages: 7 (0 generated)
Avi (use Gerrit)
Hey, good thing we were compiling against the 10.5 SDK, right? :)
10 years, 7 months ago (2010-05-18 17:16:59 UTC) #1
Avi (use Gerrit)
10 years, 7 months ago (2010-05-19 15:46:51 UTC) #2
Mark Mentovai
http://codereview.chromium.org/2131010/diff/1/2 File base/process_util_mac.mm (right): http://codereview.chromium.org/2131010/diff/1/2#newcode424 base/process_util_mac.mm:424: void* cf_runtime_base_1; Not 64-bit-friendly. You should provide a definition ...
10 years, 7 months ago (2010-05-19 15:59:53 UTC) #3
Avi (use Gerrit)
http://codereview.chromium.org/2131010/diff/1/2 File base/process_util_mac.mm (right): http://codereview.chromium.org/2131010/diff/1/2#newcode424 base/process_util_mac.mm:424: void* cf_runtime_base_1; On 2010/05/19 15:59:53, Mark Mentovai wrote: > ...
10 years, 7 months ago (2010-05-19 16:16:15 UTC) #4
Mark Mentovai
LGTM (I’d still prefer real definitions instead of a bunch of void*, but whatever.)
10 years, 7 months ago (2010-05-19 16:25:37 UTC) #5
Avi (use Gerrit)
:)
10 years, 7 months ago (2010-05-19 16:36:10 UTC) #6
Mark Mentovai
10 years, 7 months ago (2010-05-19 16:37:25 UTC) #7
Much tastier.

Powered by Google App Engine