Do not set result_ prematurely.
authorantonm@chromium.org <antonm@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 27 Jan 2011 16:17:13 +0000 (16:17 +0000)
committerantonm@chromium.org <antonm@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 27 Jan 2011 16:17:13 +0000 (16:17 +0000)
commit1c144edd95f50fcd57a3a3b24510f2954ae7c4a8
tree4a8543fef146d13b234f2c89036e7e1a57d47871
parent67f3a0e7f5a48ecdd54047bd3db971c01f97ff08
Do not set result_ prematurely.

If ConfigureGlobalObjects below will fail, we still decide that initialidation
went smoothly as we check emptiness of result_ handle to see if initialisation
failed or not.

Review URL: http://codereview.chromium.org/6347021

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6516 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/bootstrapper.cc