| Index: runtime/vm/isolate.h
|
| diff --git a/runtime/vm/isolate.h b/runtime/vm/isolate.h
|
| index 3367671ecff81251c63bccd21c86164f780c5b38..d8cbf41a907499b1c7c5253478d2dbadd75104b6 100644
|
| --- a/runtime/vm/isolate.h
|
| +++ b/runtime/vm/isolate.h
|
| @@ -255,9 +255,7 @@ class Isolate : public BaseIsolate {
|
| library_tag_handler_ = value;
|
| }
|
|
|
| - void SetupInstructionsSnapshotPage(
|
| - const uint8_t* instructions_snapshot_buffer);
|
| - void SetupDataSnapshotPage(const uint8_t* instructions_snapshot_buffer);
|
| + void SetupImagePage(const uint8_t* snapshot_buffer, bool is_executable);
|
|
|
| void ScheduleMessageInterrupts();
|
|
|
|
|