| Index: runtime/vm/heap.h
|
| diff --git a/runtime/vm/heap.h b/runtime/vm/heap.h
|
| index 950223c8c9007e75df40bf6d0a786fd013745c0e..cfc1b549d3e6d9b91e81db6ff94375ff741654bf 100644
|
| --- a/runtime/vm/heap.h
|
| +++ b/runtime/vm/heap.h
|
| @@ -246,8 +246,8 @@ class Heap {
|
|
|
| bool ShouldPretenure(intptr_t class_id) const;
|
|
|
| - void SetupInstructionsSnapshotPage(void* pointer, uword size) {
|
| - old_space_.SetupInstructionsSnapshotPage(pointer, size);
|
| + void SetupExternalPage(void* pointer, uword size, bool is_executable) {
|
| + old_space_.SetupExternalPage(pointer, size, is_executable);
|
| }
|
|
|
| private:
|
|
|