Chromium Code Reviews| Index: src/snapshot.h |
| diff --git a/src/snapshot.h b/src/snapshot.h |
| index 6d4bf95391578012302ced4ce021c0ebebf863a3..94a711acaf0ec46b49ebf076434d14f782a8ba05 100644 |
| --- a/src/snapshot.h |
| +++ b/src/snapshot.h |
| @@ -56,6 +56,10 @@ class Snapshot { |
| void SetSnapshotFromFile(StartupData* snapshot_blob); |
| #endif |
| +#ifdef V8_ON_DEMAND_SNAPSHOT |
| +void CreateV8SnapshotOnDemand(); |
| +#endif |
| + |
| } } // namespace v8::internal |
| #endif // V8_SNAPSHOT_H_ |