Index: runtime/vm/isolate.h |
diff --git a/runtime/vm/isolate.h b/runtime/vm/isolate.h |
index ea1efcd5c2f3255f30c0cce619e57acc7fc78a6f..60fb341c800d50875af9ed314d30cdae86fe6374 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. |