Chromium Code Reviews| Index: runtime/vm/pages.cc |
| diff --git a/runtime/vm/pages.cc b/runtime/vm/pages.cc |
| index b8341e45ed7d19b3f1946829e8fae40574a77f29..24846526ea75a43a2a1ee3d4bed777410d137193 100644 |
| --- a/runtime/vm/pages.cc |
| +++ b/runtime/vm/pages.cc |
| @@ -136,7 +136,6 @@ void HeapPage::WriteProtect(bool read_only) { |
| prot = VirtualMemory::kReadOnly; |
| } |
| } else { |
| - // TODO(23217): Should this really make all pages non-executable? |
| prot = VirtualMemory::kReadWrite; |
| } |
| bool status = memory_->Protect(prot); |