http://codereview.chromium.org/10443114/diff/3002/src/parser.cc
File src/parser.cc (right):

http://codereview.chromium.org/10443114/diff/3002/src/parser.cc#newcode6028
src/parser.cc:6028: Parser parser(script, parsing_flags, NULL, NULL,
info->isolate()->zone());
On 2012/06/01 11:29:24, danno wrote:
Seem's you don't want to use the isolate here. How about putting the
zone in the
CompilationInfo?

I'm delegating this sort of change to a later patch where I'll remove
the zone() method of Isolate altogether.  That should automatically
catch all the places were I implicitly use the Zone in the Isolate.

http://codereview.chromium.org/10443114/

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to