aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjochen@chromium.org <jochen@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>2014-06-24 09:47:59 +0000
committerjochen@chromium.org <jochen@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>2014-06-24 09:47:59 +0000
commitca39d836d353ba00c29d6260fda046d406c0571b (patch)
tree2de20d758838247ec34855d5508d2016646eb76c
parentb1b7435c0e8e405f395172619e47d0809ec91776 (diff)
downloadv8-ca39d836d353ba00c29d6260fda046d406c0571b.tar.gz
Disable handle zapping on 3.27 branch
BUG=318206 R=jkummerow@chromium.org LOG=y Review URL: https://codereview.chromium.org/350853002 git-svn-id: https://v8.googlecode.com/svn/branches/3.27@21962 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
-rw-r--r--build/features.gypi2
-rw-r--r--src/version.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/build/features.gypi b/build/features.gypi
index e8f5b2f08..d542d05bb 100644
--- a/build/features.gypi
+++ b/build/features.gypi
@@ -111,7 +111,7 @@
'Release': {
'variables': {
'v8_enable_extra_checks%': 0,
- 'v8_enable_handle_zapping%': 1,
+ 'v8_enable_handle_zapping%': 0,
},
'conditions': [
['v8_enable_extra_checks==1', {
diff --git a/src/version.cc b/src/version.cc
index 0d26e221b..2ae3ae6e9 100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -35,7 +35,7 @@
#define MAJOR_VERSION 3
#define MINOR_VERSION 27
#define BUILD_NUMBER 34
-#define PATCH_LEVEL 0
+#define PATCH_LEVEL 1
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)
#define IS_CANDIDATE_VERSION 0