aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjochen@chromium.org <jochen@chromium.org>2014-11-10 15:24:31 +0000
committerjochen@chromium.org <jochen@chromium.org>2014-11-10 15:24:45 +0000
commit37733a28d5306caf7ccec4b378206667a7083f78 (patch)
tree2ec53ae3538d132a7f362aca9ec4f9fbfa73bdc2
parentdd6b7b5e4ae5325fae6234b7285d2bfd44705953 (diff)
downloadv8-37733a28d5306caf7ccec4b378206667a7083f78.tar.gz
Disable handle zapping on V8 3.30 branch
BUG=chromium:318206 R=jkummerow@chromium.org LOG=y Review URL: https://codereview.chromium.org/716583002 Cr-Commit-Position: refs/branch-heads/3.30@{#25248} git-svn-id: https://v8.googlecode.com/svn/branches/3.30@25248 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 7ce66e4c9..8201ea9ea 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', {
diff --git a/src/version.cc b/src/version.cc
index 4c7507746..8d45e8ba0 100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -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