Index: runtime/vm/isolate.h |
diff --git a/runtime/vm/isolate.h b/runtime/vm/isolate.h |
index 8e84d008141b3ee5e2aa588e0ef0a633799f6c10..31ff025074d187b227237e8a90d58f0c6b0ad57b 100644 |
--- a/runtime/vm/isolate.h |
+++ b/runtime/vm/isolate.h |
@@ -224,6 +224,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. |