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

Issue 6529049: Speculative fix for win64 build breakage. (Closed)

Created:
9 years, 10 months ago by Mads Ager (chromium)
Modified:
9 years, 7 months ago
Reviewers:
Rico
CC:
v8-dev
Visibility:
Public.

Description

Speculative fix for win64 build breakage. strstr returns a pointer and we are using an int to store a pointer difference. Using intptr_t instead. Committed: http://code.google.com/p/v8/source/detail?r=6816

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -4 lines) Patch
M test/cctest/test-parsing.cc View 1 chunk +5 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Mads Ager (chromium)
9 years, 10 months ago (2011-02-16 13:22:34 UTC) #1
Rico
9 years, 10 months ago (2011-02-16 13:24:15 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698