| Index: runtime/vm/code_patcher.cc
|
| diff --git a/runtime/vm/code_patcher.cc b/runtime/vm/code_patcher.cc
|
| index f2b325d7e40ebc22ba6bb938edbaf2d1515d9f75..46f8a4d5633530eb6240eccb0756e31a53990441 100644
|
| --- a/runtime/vm/code_patcher.cc
|
| +++ b/runtime/vm/code_patcher.cc
|
| @@ -10,7 +10,7 @@
|
|
|
| namespace dart {
|
|
|
| -DEFINE_FLAG(bool, write_protect_code, false, "Write protect jitted code");
|
| +DEFINE_FLAG(bool, write_protect_code, true, "Write protect jitted code");
|
|
|
|
|
| WritableInstructionsScope::WritableInstructionsScope(uword address,
|
|
|