Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
Disable handle zapping on 4.1 branch
Browse files Browse the repository at this point in the history
BUG=chromium:318206
LOG=y
[email protected]

Review URL: https://codereview.chromium.org/839203002

Cr-Commit-Position: refs/branch-heads/4.1@{#3}
Cr-Branched-From: 2e08d2a-refs/heads/candidates@{#25353}
  • Loading branch information
jeisinger committed Jan 9, 2015
1 parent 5247096 commit 5d55f24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/features.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
'Release': {
'variables': {
'v8_enable_extra_checks%': 0,
'v8_enable_handle_zapping%': 1,
'v8_enable_handle_zapping%': 0,
},
'conditions': [
['v8_enable_extra_checks==1', {
Expand Down
2 changes: 1 addition & 1 deletion src/version.cc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#define MAJOR_VERSION 4
#define MINOR_VERSION 1
#define BUILD_NUMBER 0
#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
Expand Down

0 comments on commit 5d55f24

Please sign in to comment.