Remove duplicate script scope.
authormarja <marja@chromium.org>
Fri, 13 Mar 2015 09:46:05 +0000 (02:46 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 13 Mar 2015 09:46:14 +0000 (09:46 +0000)
commit0c56d7e8092e130cb1c6c11cfa18dc968f74d131
treedd28665928ac88d8ee5e3624855fc37ee0717f5e
parent0a1e272f9c202b60322126bbe97a87bd1c41cd74
Remove duplicate script scope.

We previously had two nested SCRIPT_SCOPEs (used to be GLOBAL_SCOPES), but as
the lexical variable implementation changed, the inner one is no longer needed.
BUG=

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

Cr-Commit-Position: refs/heads/master@{#27176}
src/parser.cc