Revision: 11557
Author:   [email protected]
Date:     Tue May 15 02:01:06 2012
Log:      Revert flag change for global semantics.
(Still breaks a couple of WebKit tests.)

[email protected]
BUG=
TEST=

Review URL: https://chromiumcodereview.appspot.com/10381147
http://code.google.com/p/v8/source/detail?r=11557

Modified:
 /branches/bleeding_edge/src/flag-definitions.h

=======================================
--- /branches/bleeding_edge/src/flag-definitions.h      Thu May 10 03:35:42 2012
+++ /branches/bleeding_edge/src/flag-definitions.h      Tue May 15 02:01:06 2012
@@ -132,7 +132,7 @@

 // Flags for language modes and experimental language features.
 DEFINE_bool(use_strict, false, "enforce strict mode")
-DEFINE_bool(es52_globals, true,
+DEFINE_bool(es52_globals, false,
             "activate new semantics for global var declarations")

 DEFINE_bool(harmony_typeof, false, "enable harmony semantics for typeof")

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to