Revision: 15521
Author:   [email protected]
Date:     Fri Jul  5 05:52:20 2013
Log:      Unload debugger on isolate deinit.

[email protected]
BUG=

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

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

=======================================
--- /branches/bleeding_edge/src/isolate.cc      Fri Jul  5 02:52:11 2013
+++ /branches/bleeding_edge/src/isolate.cc      Fri Jul  5 05:52:20 2013
@@ -1877,6 +1877,10 @@
   if (state_ == INITIALIZED) {
     TRACE_ISOLATE(deinit);

+#ifdef ENABLE_DEBUGGER_SUPPORT
+    debugger()->UnloadDebugger();
+#endif
+
     if (FLAG_parallel_recompilation) optimizing_compiler_thread_.Stop();

     if (FLAG_sweeper_threads > 0) {

--
--
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