Chromium Code Reviews| Index: runtime/vm/code_patcher.cc |
| =================================================================== |
| --- runtime/vm/code_patcher.cc (revision 32544) |
| +++ runtime/vm/code_patcher.cc (working copy) |
| @@ -10,7 +10,7 @@ |
| namespace dart { |
| -DEFINE_FLAG(bool, write_protect_code, true, "Write protect jitted code"); |
| +DEFINE_FLAG(bool, write_protect_code, false, "Write protect jitted code"); |
| WritableInstructionsScope::WritableInstructionsScope(uword address, |