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

Issue 43005: Fix probably harmless thinko in StringCharAt (causes... (Closed)

Created:
11 years, 9 months ago by Erik Corry
Modified:
9 years, 7 months ago
Reviewers:
Lasse Reichstein
CC:
v8-dev
Visibility:
Public.

Description

Fix probably harmless thinko in StringCharAt (causes slow-case code to be run). Committed: http://code.google.com/p/v8/source/detail?r=1470

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/string.js View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Erik Corry
11 years, 9 months ago (2009-03-10 08:44:15 UTC) #1
Lasse Reichstein
LGTM, if this is what you want. http://codereview.chromium.org/43005/diff/1/2 File src/string.js (right): http://codereview.chromium.org/43005/diff/1/2#newcode65 Line 65: var ...
11 years, 9 months ago (2009-03-10 08:50:09 UTC) #2
Lasse Reichstein
http://codereview.chromium.org/43005/diff/1/2 File src/string.js (right): http://codereview.chromium.org/43005/diff/1/2#newcode65 Line 65: var subject = ToString(this); My bad. The real ...
11 years, 9 months ago (2009-03-10 08:56:01 UTC) #3
Erik Corry
11 years, 9 months ago (2009-03-10 08:59:13 UTC) #4

          

Powered by Google App Engine
This is Rietveld 408576698