Reviewers: jochen (slow),

Message:
PTAL

Description:
Disable handle zapping on 4.2 branch

BUG=chromium:318206
LOG=n
[email protected]

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

Base URL: https://chromium.googlesource.com/v8/[email protected]

Affected files (+2, -2 lines):
  M build/features.gypi
  M src/version.cc


Index: build/features.gypi
diff --git a/build/features.gypi b/build/features.gypi
index a3ee0fbbf08cd52e768984be9403ad8426c7eff3..2eadca338438dcad33827bd9600fd6e6cdd048aa 100644
--- a/build/features.gypi
+++ b/build/features.gypi
@@ -112,7 +112,7 @@
       },  # Debug
       'Release': {
         'variables': {
-          'v8_enable_handle_zapping%': 1,
+          'v8_enable_handle_zapping%': 0,
         },
         'conditions': [
           ['v8_enable_handle_zapping==1', {
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index a2889bf85d8a9be393f96836cbb2f606f1eb1348..0bf4a54ba2b133d88dd5f7bf84a1b948f6bf8317 100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -12,7 +12,7 @@
 #define MAJOR_VERSION     4
 #define MINOR_VERSION     2
 #define BUILD_NUMBER      77
-#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


--
--
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