| Index: src/bootstrapper.h
|
| diff --git a/src/bootstrapper.h b/src/bootstrapper.h
|
| index 5563eea043f6fa01715678937ef160b2d63ccd29..b4469d5914a42b919c5f0c0dc7f8cde7728f1e1a 100644
|
| --- a/src/bootstrapper.h
|
| +++ b/src/bootstrapper.h
|
| @@ -79,7 +79,7 @@ class Bootstrapper final {
|
| Handle<Context> CreateEnvironment(
|
| MaybeHandle<JSGlobalProxy> maybe_global_proxy,
|
| v8::Local<v8::ObjectTemplate> global_object_template,
|
| - v8::ExtensionConfiguration* extensions,
|
| + v8::ExtensionConfiguration* extensions, size_t context_snapshot_index,
|
| GlobalContextType context_type = FULL_CONTEXT);
|
|
|
| // Detach the environment from its outer global object.
|
|
|