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

Issue 7074009: Fix Win compilation issue introduced in r8081. (Closed)

Created:
9 years, 7 months ago by sandholm
Modified:
9 years, 6 months ago
Reviewers:
Rico
CC:
v8-dev
Visibility:
Public.

Description

Fix Win compilation issue introduced in r8081.

Patch Set 1 #

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

Messages

Total messages: 4 (0 generated)
sandholm
TBR=ricow
9 years, 7 months ago (2011-05-26 14:40:38 UTC) #1
Rico
LGTM
9 years, 7 months ago (2011-05-26 14:41:21 UTC) #2
Rico
http://codereview.chromium.org/7074009/diff/1/src/runtime.cc File src/runtime.cc (right): http://codereview.chromium.org/7074009/diff/1/src/runtime.cc#newcode5112 src/runtime.cc:5112: *(write_cursor++) = static_cast<SinkChar>(c); Well actually, consider making a comment ...
9 years, 7 months ago (2011-05-26 14:42:09 UTC) #3
sandholm
9 years, 6 months ago (2011-05-30 09:12:54 UTC) #4
On 2011/05/26 14:42:09, Rico wrote:
> http://codereview.chromium.org/7074009/diff/1/src/runtime.cc
> File src/runtime.cc (right):
> 
> http://codereview.chromium.org/7074009/diff/1/src/runtime.cc#newcode5112
> src/runtime.cc:5112: *(write_cursor++) = static_cast<SinkChar>(c);
> Well actually, consider making a comment why this always goes well

Agree. Added comment in a later CL.

Powered by Google App Engine
This is Rietveld 408576698