Revision: 21975
Author:   joc...@chromium.org
Date:     Tue Jun 24 14:13:15 2014 UTC
Log:      Initialize the Isolate's use_counter_callback_ member

BUG=none
R=ma...@chromium.org
LOG=n

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

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

=======================================
--- /branches/bleeding_edge/src/isolate.cc      Tue Jun 24 13:58:56 2014 UTC
+++ /branches/bleeding_edge/src/isolate.cc      Tue Jun 24 14:13:15 2014 UTC
@@ -1480,7 +1480,8 @@
       sweeper_thread_(NULL),
       num_sweeper_threads_(0),
       stress_deopt_count_(0),
-      next_optimization_id_(0) {
+      next_optimization_id_(0),
+      use_counter_callback_(NULL) {
   id_ = base::NoBarrier_AtomicIncrement(&isolate_counter_, 1);
   TRACE_ISOLATE(constructor);

--
--
v8-dev mailing list
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to