| Index: src/snapshot/snapshot.h
|
| diff --git a/src/snapshot/snapshot.h b/src/snapshot/snapshot.h
|
| index a541592feeea8061670ce21e1964a2244f49c7d0..0f4af4c71a3153b1d43a365105cafc330eb5c4f9 100644
|
| --- a/src/snapshot/snapshot.h
|
| +++ b/src/snapshot/snapshot.h
|
| @@ -67,8 +67,7 @@ class Snapshot : public AllStatic {
|
|
|
| static bool EmbedsScript(Isolate* isolate);
|
|
|
| - static uint32_t SizeOfFirstPage(Isolate* isolate, AllocationSpace space);
|
| -
|
| + static uint32_t SizeOfSnapshot(Isolate* isolate, AllocationSpace space);
|
|
|
| // To be implemented by the snapshot source.
|
| static const v8::StartupData* DefaultSnapshotBlob();
|
|
|