| Index: src/bootstrapper.h
|
| diff --git a/src/bootstrapper.h b/src/bootstrapper.h
|
| index bac9f40372d9039041014cd6ba84209057d70223..4f63c87163f0e512c2fbc6b3bbb35c1d19605e9a 100644
|
| --- a/src/bootstrapper.h
|
| +++ b/src/bootstrapper.h
|
| @@ -105,9 +105,6 @@ class Bootstrapper {
|
| // Detach the environment from its outer global object.
|
| void DetachGlobal(Handle<Context> env);
|
|
|
| - // Reattach an outer global object to an environment.
|
| - void ReattachGlobal(Handle<Context> env, Handle<JSGlobalProxy> global_proxy);
|
| -
|
| // Traverses the pointers for memory management.
|
| void Iterate(ObjectVisitor* v);
|
|
|
|
|