Revision: 21406
Author:   [email protected]
Date:     Wed May 21 12:08:41 2014 UTC
Log:      Version 3.27.9.1 (merged r21405)

Comment out not yet used flags from BUILD.gn

[email protected]
BUG=

Review URL: https://codereview.chromium.org/293063005
http://code.google.com/p/v8/source/detail?r=21406

Modified:
 /trunk/BUILD.gn
 /trunk/src/version.cc

=======================================
--- /trunk/BUILD.gn     Tue May 20 07:01:48 2014 UTC
+++ /trunk/BUILD.gn     Wed May 21 12:08:41 2014 UTC
@@ -13,9 +13,9 @@
 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
=======================================
--- /trunk/src/version.cc       Wed May 21 00:04:49 2014 UTC
+++ /trunk/src/version.cc       Wed May 21 12:08:41 2014 UTC
@@ -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