Skip to content

Commit

Permalink
v8: backport no handle zapping for release builds
Browse files Browse the repository at this point in the history
BUG=318206
LOG=y
[email protected]

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

git-svn-id: https://v8.googlecode.com/svn/branches/3.26@21367 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  • Loading branch information
jeisinger authored and tjfontaine committed May 21, 2014
1 parent 929e2ed commit e7bfbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/v8/build/features.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -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', {
Expand Down

0 comments on commit e7bfbaf

Please sign in to comment.