Chromium Code Reviews| Index: runtime/bin/main.cc |
| =================================================================== |
| --- runtime/bin/main.cc (revision 37029) |
| +++ runtime/bin/main.cc (working copy) |
| @@ -938,6 +938,7 @@ |
| bool print_flags_seen = false; |
| bool verbose_debug_seen = false; |
| + vm_options.AddArgument("--no_write_protect_code"); |
|
Florian Schneider
2014/06/06 09:03:45
Does that mean we lose test coverage with write pr
|
| // Perform platform specific initialization. |
| if (!Platform::Initialize()) { |
| Log::PrintErr("Initialization failed\n"); |