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

Issue 143363003: Experimental parser: tiny fix for silly code. (Closed)

Created:
6 years, 11 months ago by marja
Modified:
6 years, 11 months ago
Reviewers:
ulan
CC:
v8-dev
Visibility:
Public.

Description

Experimental parser: tiny fix for silly code. TBR=ulan@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=18693

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -7 lines) Patch
M src/parser.cc View 1 chunk +4 lines, -7 lines 1 comment Download

Messages

Total messages: 2 (0 generated)
marja
Committed patchset #1 manually as r18693 (presubmit successful).
6 years, 11 months ago (2014-01-20 14:52:00 UTC) #1
ulan
6 years, 11 months ago (2014-01-20 14:54:27 UTC) #2
Message was sent while issue was closed.
lgtm

https://codereview.chromium.org/143363003/diff/1/src/parser.cc
File src/parser.cc (right):

https://codereview.chromium.org/143363003/diff/1/src/parser.cc#newcode574
src/parser.cc:574: scanner_ = new ExperimentalScanner<uint8_t>(source,
isolate());
Please wrap the branches in { } since they are in a separate line.

Powered by Google App Engine
This is Rietveld 408576698