| Index: runtime/vm/clustered_snapshot.h
|
| diff --git a/runtime/vm/clustered_snapshot.h b/runtime/vm/clustered_snapshot.h
|
| index e110f74e001420a854776c7580bf3883503e75e6..8e76043cea481fe51b1e868d1bf785a7e4cd0299 100644
|
| --- a/runtime/vm/clustered_snapshot.h
|
| +++ b/runtime/vm/clustered_snapshot.h
|
| @@ -360,7 +360,7 @@ class Deserializer : public StackResource {
|
| return instructions_reader_->GetObjectAt(offset);
|
| }
|
|
|
| - RawApiError* VerifyVersionAndFeatures();
|
| + RawApiError* VerifyVersionAndFeatures(Isolate* isolate);
|
|
|
| void Prepare();
|
| void Deserialize();
|
|
|