Skip to content

Commit

Permalink
Revert "deps: backport 03ef3cd from V8 upstream"
Browse files Browse the repository at this point in the history
This reverts commit 6fff47f as it is causing
issues in upstream: https://codereview.chromium.org/1390923004/

PR-URL: #3237
Reviewed-By: targos - Michaël Zasso <[email protected]>
  • Loading branch information
ofrobots committed Oct 7, 2015
1 parent 10924ce commit a334ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/v8/src/log.cc
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class CodeEventLogger::NameBuffer {

private:
static const int kUtf8BufferSize = 512;
static const int kUtf16BufferSize = kUtf8BufferSize;
static const int kUtf16BufferSize = 128;

int utf8_pos_;
char utf8_buffer_[kUtf8BufferSize];
Expand Down

0 comments on commit a334ddc

Please sign in to comment.