Reviewers: Michael Starzinger,

Description:
Revert flag change for global semantics.
(Still breaks a couple of WebKit tests.)


[email protected]
BUG=
TEST=


Please review this at https://chromiumcodereview.appspot.com/10381147/

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

Affected files:
  M src/flag-definitions.h


Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index 7000fbd70bc233f45172603b55887208ea7b3816..62a97828595612d6a87f817e34932d2ee88915bd 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -132,7 +132,7 @@ public:

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