| Index: src/bootstrapper.h
|
| diff --git a/src/bootstrapper.h b/src/bootstrapper.h
|
| index 66a3d8ad027a1631ff9c7a28f11f23c6e930bad8..51022fd60810e0e9d7abffe4613685f18554e0f7 100644
|
| --- a/src/bootstrapper.h
|
| +++ b/src/bootstrapper.h
|
| @@ -82,6 +82,10 @@ class Bootstrapper final {
|
| v8::ExtensionConfiguration* extensions, size_t context_snapshot_index,
|
| GlobalContextType context_type = FULL_CONTEXT);
|
|
|
| + Handle<JSGlobalProxy> NewRemoteContext(
|
| + MaybeHandle<JSGlobalProxy> maybe_global_proxy,
|
| + v8::Local<v8::ObjectTemplate> global_object_template);
|
| +
|
| // Detach the environment from its outer global object.
|
| void DetachGlobal(Handle<Context> env);
|
|
|
|
|