Revision: 25248
Author:   [email protected]
Date:     Mon Nov 10 15:24:31 2014 UTC
Log:      Disable handle zapping on V8 3.30 branch

BUG=chromium:318206
[email protected]
LOG=y

Review URL: https://codereview.chromium.org/716583002
https://code.google.com/p/v8/source/detail?r=25248

Modified:
 /branches/3.30/build/features.gypi
 /branches/3.30/src/version.cc

=======================================
--- /branches/3.30/build/features.gypi  Mon Jul  7 00:05:07 2014 UTC
+++ /branches/3.30/build/features.gypi  Mon Nov 10 15:24:31 2014 UTC
@@ -115,7 +115,7 @@
       'Release': {
         'variables': {
           'v8_enable_extra_checks%': 0,
-          'v8_enable_handle_zapping%': 1,
+          'v8_enable_handle_zapping%': 0,
         },
         'conditions': [
           ['v8_enable_extra_checks==1', {
=======================================
--- /branches/3.30/src/version.cc       Mon Nov 10 09:50:47 2014 UTC
+++ /branches/3.30/src/version.cc       Mon Nov 10 15:24:31 2014 UTC
@@ -35,7 +35,7 @@
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     30
 #define BUILD_NUMBER      33
-#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