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 branch 5.3
Browse files Browse the repository at this point in the history
BUG=chromium:318206
TBR=jochen@chromium.org, machenbach@chromium.org
LOG=n
NOTRY=true
NOPRESUBMIT=true

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

Cr-Commit-Position: refs/branch-heads/5.3@{#5}
Cr-Branched-From: 820a23a-refs/heads/5.3.332@{#2}
Cr-Branched-From: 37538cb-refs/heads/master@{#37308}
  • Loading branch information
natorion committed Jun 30, 2016
1 parent 937b765 commit b1ded1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ declare_args() {
v8_enable_gdbjit = false

# Sets -dENABLE_HANDLE_ZAPPING.
v8_enable_handle_zapping = true
v8_enable_handle_zapping = is_debug

# Enable ECMAScript Internationalization API. Enabling this feature will
# add a dependency on the ICU library.
Expand Down
2 changes: 1 addition & 1 deletion gypfiles/features.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
}, # Debug
'Release': {
'variables': {
'v8_enable_handle_zapping%': 1,
'v8_enable_handle_zapping%': 0,
},
'conditions': [
['v8_enable_handle_zapping==1', {
Expand Down

0 comments on commit b1ded1c

Please sign in to comment.