Reviewers: Michael Achenbach,

Description:
Version 3.27.9.1 (merged r21405)

Comment out not yet used flags from BUILD.gn

[email protected]
BUG=

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

SVN Base: https://v8.googlecode.com/svn/trunk

Affected files (+3, -3 lines):
  M BUILD.gn
  M src/version.cc


Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 2420ecfbddb467b3a91f44d0c4422749957dc49e..7d0989527f9a23641786ffd78be6540ea115b710 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -13,9 +13,9 @@ v8_enable_i18n_support = true
 v8_enable_verify_heap = false
 v8_interpreted_regexp = false
 v8_object_print = false
-v8_postmortem_support = false
+#v8_postmortem_support = false
 v8_use_default_platform = true
-v8_use_snapshot = true
+#v8_use_snapshot = true

 if (is_debug) {
   v8_enable_extra_checks = true
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index f5a8a4fb1a32108f9f8dcc4c91e8ee10e7938ec1..799021fc714cb0468fe1f8b5c0e1e0284afe561f 100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -35,7 +35,7 @@
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     27
 #define BUILD_NUMBER      9
-#define PATCH_LEVEL       0
+#define PATCH_LEVEL       1
 // 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