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

Issue 656793005: Fix compile errors in r24826. (Closed)

Created:
6 years, 2 months ago by Yang
Modified:
6 years, 2 months ago
Reviewers:
Benedikt Meurer
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/serialize.h View 1 chunk +1 line, -1 line 1 comment Download

Messages

Total messages: 3 (0 generated)
Yang
6 years, 2 months ago (2014-10-23 08:56:46 UTC) #1
Yang
Committed patchset #1 (id:1) manually as 24828 (tree was closed).
6 years, 2 months ago (2014-10-23 08:57:02 UTC) #2
Benedikt Meurer
6 years, 2 months ago (2014-10-23 08:58:08 UTC) #3
Message was sent while issue was closed.
https://codereview.chromium.org/656793005/diff/1/src/serialize.h
File src/serialize.h (right):

https://codereview.chromium.org/656793005/diff/1/src/serialize.h#newcode149
src/serialize.h:149: return
static_cast<uint32_t>(reinterpret_cast<intptr_t>(entry->value));
Why not just 

 return reinterpret_cast<uintptr_t>(entry->value);

instead?

Powered by Google App Engine
This is Rietveld 408576698