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

Issue 170543002: Fix compile on Windows (Closed)

Created:
6 years, 10 months ago by alph
Modified:
6 years, 10 months ago
CC:
v8-dev
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M src/heap-snapshot-generator.cc View 1 chunk +2 lines, -1 line 2 comments Download

Messages

Total messages: 3 (0 generated)
alph
Committed patchset #1 manually as r19454 (tree was closed).
6 years, 10 months ago (2014-02-18 14:21:16 UTC) #1
Dmitry Lomov (no reviews)
https://codereview.chromium.org/170543002/diff/1/src/heap-snapshot-generator.cc File src/heap-snapshot-generator.cc (right): https://codereview.chromium.org/170543002/diff/1/src/heap-snapshot-generator.cc#newcode912 src/heap-snapshot-generator.cc:912: address, static_cast<unsigned int>(size)); Shouldn't this be size_t?
6 years, 10 months ago (2014-02-18 14:26:29 UTC) #2
alph
6 years, 10 months ago (2014-02-18 14:27:53 UTC) #3
Message was sent while issue was closed.
https://codereview.chromium.org/170543002/diff/1/src/heap-snapshot-generator.cc
File src/heap-snapshot-generator.cc (right):

https://codereview.chromium.org/170543002/diff/1/src/heap-snapshot-generator....
src/heap-snapshot-generator.cc:912: address, static_cast<unsigned int>(size));
On 2014/02/18 14:26:30, Dmitry Lomov (chromium) wrote:
> Shouldn't this be size_t?

Yes, it should. I just need a quick fix for now. Plan to update the
HeapObjectsMap to size_t in an upcoming patch.

Powered by Google App Engine
This is Rietveld 408576698