Revision: 22474
Author:   [email protected]
Date:     Fri Jul 18 11:47:35 2014 UTC
Log: Revert "Bootstrapper::DetachGlobal also need to unset global_proxy's constructor to remove all refs to context"

This reverts r22460 for potentially breaking the mac webkit build.

[email protected]

BUG=

Review URL: https://codereview.chromium.org/401813002
http://code.google.com/p/v8/source/detail?r=22474

Modified:
 /branches/bleeding_edge/src/bootstrapper.cc

=======================================
--- /branches/bleeding_edge/src/bootstrapper.cc Fri Jul 18 06:05:59 2014 UTC
+++ /branches/bleeding_edge/src/bootstrapper.cc Fri Jul 18 11:47:35 2014 UTC
@@ -355,7 +355,6 @@
Handle<JSGlobalProxy> global_proxy(JSGlobalProxy::cast(env->global_proxy()));
   global_proxy->set_native_context(*factory->null_value());
   SetObjectPrototype(global_proxy, factory->null_value());
-  global_proxy->map()->set_constructor(*factory->null_value());
 }


--
--
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/d/optout.

Reply via email to