| Index: src/bootstrapper.h
|
| diff --git a/src/bootstrapper.h b/src/bootstrapper.h
|
| index 3e158d662a08250ae73f43e86a76b17f6c59ac39..018ceef3a6249c2c5049c362cf7de0b1065b2b76 100644
|
| --- a/src/bootstrapper.h
|
| +++ b/src/bootstrapper.h
|
| @@ -93,6 +93,7 @@ class Bootstrapper {
|
| // Creates a JavaScript Global Context with initial object graph.
|
| // The returned value is a global handle casted to V8Environment*.
|
| Handle<Context> CreateEnvironment(
|
| + Isolate* isolate,
|
| Handle<Object> global_object,
|
| v8::Handle<v8::ObjectTemplate> global_template,
|
| v8::ExtensionConfiguration* extensions);
|
|
|