Revert of [V8] Use previous token location as EOS token location (patchset #2 id...
authormachenbach <machenbach@chromium.org>
Sun, 3 May 2015 12:47:45 +0000 (05:47 -0700)
committerCommit bot <commit-bot@chromium.org>
Sun, 3 May 2015 12:47:51 +0000 (12:47 +0000)
commit8e3d776dcb5dfa75b1bc24b199465fb814bb4a0c
tree4ee81270a8be00e468d6677095a7ed0217755ce2
parent4beb17b79e07bcdd1755c097a1bf0cf013f5e5a1
Revert of [V8] Use previous token location as EOS token location (patchset #2 id:20001 of https://codereview.chromium.org/1100993003/)

Reason for revert:
[Sheriff] Speculative revert. This seems to block the current roll:
https://codereview.chromium.org/1124463003/

This bisect also points at this CL:
https://codereview.chromium.org/1124523002/

Please prepare the chromium side tests before a reland.

Original issue's description:
> [V8] Use previous token location as EOS token location
>
> EOS token location is useless for users and messages.js are not ready for its location.
> With this CL we use location of token before EOS for it.
>
> LOG=Y
> BUG=chromium:480652
> R=yurys@chromium.org,yangguo@chromium.org
>
> Committed: https://crrev.com/81afc9313ce84350bcba9f84b255a77e97cd3726
> Cr-Commit-Position: refs/heads/master@{#28164}

TBR=yangguo@chromium.org,yurys@chromium.org,kozyatinskiy@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=chromium:480652

Review URL: https://codereview.chromium.org/1116233004

Cr-Commit-Position: refs/heads/master@{#28187}
src/scanner.cc
test/cctest/test-api.cc