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

Issue 62493007: Fix potential assertion failure in ConvertCase. (Closed)

Created:
7 years, 1 month ago by Yang
Modified:
7 years, 1 month ago
Reviewers:
mvstanton
CC:
v8-dev
Visibility:
Public.

Description

Fix potential assertion failure in ConvertCase. IsOneByteRepresentationUnderneath requires the string to be flat, which is not guaranteed in this case. Using IsOneByteRepresentation is sufficient here. R=mvstanton@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=17620

Patch Set 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 0 comments Download

Messages

Total messages: 3 (0 generated)
Yang
7 years, 1 month ago (2013-11-11 14:48:30 UTC) #1
mvstanton
lgtm
7 years, 1 month ago (2013-11-11 14:49:55 UTC) #2
Yang
7 years, 1 month ago (2013-11-11 14:52:05 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r17620.

Powered by Google App Engine
This is Rietveld 408576698