Reviewers: danno,

Description:
Disable handle zapping for release builds on 3.26

BUG=318206
LOG=y
[email protected]

Please review this at https://codereview.chromium.org/295673002/

SVN Base: https://v8.googlecode.com/svn/branches/3.26

Affected files (+1, -1 lines):
  M build/features.gypi


Index: build/features.gypi
diff --git a/build/features.gypi b/build/features.gypi
index e8f5b2f08f336b0a7794186d724307a7b9a0130c..d542d05bb0e3ac019313ff87866f130fa178832f 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', {


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to