Reviewers: Yang,

Description:
Disable handle zapping on 3.28 branch

BUG=318206
LOG=y

Please review this at https://codereview.chromium.org/480043002/

SVN Base: https://v8.googlecode.com/svn/branches/3.28

Affected files (+2, -2 lines):
  M build/features.gypi
  M src/version.cc


Index: build/features.gypi
diff --git a/build/features.gypi b/build/features.gypi
index 7ce66e4c98e87cb4c8a4a9a6c404eea1b435bf36..8201ea9eaa18cc04eb405a1906839c070516bfb5 100644
--- a/build/features.gypi
+++ b/build/features.gypi
@@ -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', {
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index 614ca2006a34672687f2dba61d9b7f2ea788a3e0..5515be1dfd6cee2374d82825a6ba0056181d5a2a 100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -35,7 +35,7 @@
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     28
 #define BUILD_NUMBER      71
-#define PATCH_LEVEL 3
+#define PATCH_LEVEL 4
 // 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
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