https://codereview.chromium.org/17881005/diff/1/src/heap-snapshot-generator.cc
File src/heap-snapshot-generator.cc (right):

https://codereview.chromium.org/17881005/diff/1/src/heap-snapshot-generator.cc#newcode1767
src/heap-snapshot-generator.cc:1767: CHECK(global ==
context->global_object());
Ok, I looked more closely at how we setup global object in
bootstraper.cc, in particular the inner global object [1] and I think we
should use context->global_object() instead.

[1]
https://code.google.com/p/chromium/codesearch#chromium/src/v8/src/bootstrapper.cc&q=Genesis::HookUpInnerGlobal&sq=package:chromium&type=cs&l=802

https://codereview.chromium.org/17881005/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to