| Index: runtime/vm/code_patcher.cc
|
| diff --git a/runtime/vm/code_patcher.cc b/runtime/vm/code_patcher.cc
|
| index 0c46d74678fef7fb59fa85e3cf7b6af2b2a2bc2a..8f2d97a9b7d2ada797a61a03f4db065ba7ab423a 100644
|
| --- a/runtime/vm/code_patcher.cc
|
| +++ b/runtime/vm/code_patcher.cc
|
| @@ -12,7 +12,6 @@ namespace dart {
|
|
|
| DEFINE_FLAG(bool, write_protect_code, true, "Write protect jitted code");
|
|
|
| -
|
| WritableInstructionsScope::WritableInstructionsScope(uword address,
|
| intptr_t size)
|
| : address_(address), size_(size) {
|
| @@ -23,7 +22,6 @@ WritableInstructionsScope::WritableInstructionsScope(uword address,
|
| }
|
| }
|
|
|
| -
|
| WritableInstructionsScope::~WritableInstructionsScope() {
|
| if (FLAG_write_protect_code) {
|
| bool status = VirtualMemory::Protect(reinterpret_cast<void*>(address_),
|
|
|