Revision: 12041 Author: [email protected] Date: Wed Jul 11 07:09:42 2012 Log: Turn off es5_readonly again: still causes ~370 WebKit regressions.
[email protected] BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10693145 http://code.google.com/p/v8/source/detail?r=12041 Modified: /branches/bleeding_edge/src/flag-definitions.h ======================================= --- /branches/bleeding_edge/src/flag-definitions.h Wed Jul 11 02:39:44 2012 +++ /branches/bleeding_edge/src/flag-definitions.h Wed Jul 11 07:09:42 2012 @@ -132,7 +132,7 @@ // Flags for language modes and experimental language features. DEFINE_bool(use_strict, false, "enforce strict mode") -DEFINE_bool(es5_readonly, true, +DEFINE_bool(es5_readonly, false, "activate correct semantics for inheriting readonliness") DEFINE_bool(es52_globals, true, "activate new semantics for global var declarations") -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
