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

Issue 11446035: include: fix String::New() comment (Closed)

Created:
8 years ago by bnoordhuis1
Modified:
8 years ago
Reviewers:
v8-dev
Visibility:
Public.

Description

include: fix String::New() comment Committed: https://code.google.com/p/v8/source/detail?r=13231

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -6 lines) Patch
M include/v8.h View 1 chunk +2 lines, -6 lines 1 comment Download

Messages

Total messages: 2 (0 generated)
bnoordhuis1
https://codereview.chromium.org/11446035/diff/1/include/v8.h File include/v8.h (left): https://codereview.chromium.org/11446035/diff/1/include/v8.h#oldcode1261 include/v8.h:1261: * wrong if 'data' contains a null character. The ...
8 years ago (2012-12-06 03:59:54 UTC) #1
Yang
8 years ago (2012-12-18 09:19:53 UTC) #2
On 2012/12/06 03:59:54, bnoordhuis1 wrote:
> https://codereview.chromium.org/11446035/diff/1/include/v8.h
> File include/v8.h (left):
> 
> https://codereview.chromium.org/11446035/diff/1/include/v8.h#oldcode1261
> include/v8.h:1261: * wrong if 'data' contains a null character.
> The original author may have been thinking of UTF-16. UTF-8 is null character
> safe, \0 is never part of a multi-byte sequence.

LGTM. Landing.

Powered by Google App Engine
This is Rietveld 408576698