Revision: 21978
Author:   [email protected]
Date:     Tue Jun 24 14:22:23 2014 UTC
Log:      Version 3.28.1.2 (merged r21975)

Initialize the Isolate's use_counter_callback_ member

[email protected]
BUG=

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

Modified:
 /trunk/src/isolate.cc
 /trunk/src/version.cc

=======================================
--- /trunk/src/isolate.cc       Tue Jun 24 14:11:34 2014 UTC
+++ /trunk/src/isolate.cc       Tue Jun 24 14:22:23 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);

=======================================
--- /trunk/src/version.cc       Tue Jun 24 14:11:34 2014 UTC
+++ /trunk/src/version.cc       Tue Jun 24 14:22:23 2014 UTC
@@ -35,7 +35,7 @@
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     28
 #define BUILD_NUMBER      1
-#define PATCH_LEVEL       1
+#define PATCH_LEVEL       2
 // Use 1 for candidates and 0 otherwise.
 // (Boolean macro values are not supported by all preprocessors.)
 #define IS_CANDIDATE_VERSION 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/d/optout.

Reply via email to