Unbreak bleeding_edge by getting the Parser to work with a CompilationInfo instead...
authorsanjoy@chromium.org <sanjoy@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 20 Jun 2012 10:56:53 +0000 (10:56 +0000)
committersanjoy@chromium.org <sanjoy@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 20 Jun 2012 10:56:53 +0000 (10:56 +0000)
commit6fef6e451c6cf14db72ae106ba116cee08cc675e
tree1757a2f4e5647109e1dd963271692c45b989aa91
parent9e4fbb45c1edaed1b61d4bbe1a579ea3511eb7a7
Unbreak bleeding_edge by getting the Parser to work with a CompilationInfo instead of a Handle<Script> and a Zone.  This should have been fixed in the initial patch itself but escaped my attention.

BUG=
TEST=

Review URL: https://chromiumcodereview.appspot.com/10583031

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11878 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/parser.cc
src/parser.h
test/cctest/test-parsing.cc