| Index: src/bootstrapper.h
|
| diff --git a/src/bootstrapper.h b/src/bootstrapper.h
|
| index 101c2e1b1fdd2c3f9414b64128b5d6bf30bf203f..f2043d0f7a162f2483ec08e3d365224846fef5b6 100644
|
| --- a/src/bootstrapper.h
|
| +++ b/src/bootstrapper.h
|
| @@ -126,7 +126,7 @@ class Bootstrapper {
|
| char* AllocateAutoDeletedArray(int bytes);
|
|
|
| // Used for new context creation.
|
| - bool InstallExtensions(Handle<Context> global_context,
|
| + bool InstallExtensions(Handle<Context> native_context,
|
| v8::ExtensionConfiguration* extensions);
|
|
|
| SourceCodeCache* extensions_cache() { return &extensions_cache_; }
|
|
|