| Index: runtime/vm/isolate.h
|
| diff --git a/runtime/vm/isolate.h b/runtime/vm/isolate.h
|
| index c1763715ffeea14a3027e0fefaa0139ae212af73..15c25621b41b78e5bb3e8daa1a1c520307c50b8d 100644
|
| --- a/runtime/vm/isolate.h
|
| +++ b/runtime/vm/isolate.h
|
| @@ -240,6 +240,8 @@ class Isolate : public BaseIsolate {
|
|
|
| void SetupInstructionsSnapshotPage(
|
| const uint8_t* instructions_snapshot_buffer);
|
| + void SetupDataSnapshotPage(
|
| + const uint8_t* instructions_snapshot_buffer);
|
|
|
| // Returns true if any of the interrupts specified by 'interrupt_bits' are
|
| // currently scheduled for this isolate, but leaves them unchanged.
|
|
|