| Index: runtime/vm/snapshot.h
|
| diff --git a/runtime/vm/snapshot.h b/runtime/vm/snapshot.h
|
| index 487aaa990b28cedbbcb01af2367b8c80873be4a3..60516398218ac4ac0cf9fbc478a27c5b4ae63143 100644
|
| --- a/runtime/vm/snapshot.h
|
| +++ b/runtime/vm/snapshot.h
|
| @@ -396,7 +396,7 @@ class SnapshotReader : public BaseReader {
|
| RawObject* ReadScriptSnapshot();
|
|
|
| // Read version number of snapshot and verify.
|
| - RawApiError* VerifyVersionAndFeatures();
|
| + RawApiError* VerifyVersionAndFeatures(Isolate* isolate);
|
|
|
| RawObject* NewInteger(int64_t value);
|
|
|
|
|