Chromium Code Reviews| Index: include/v8.h |
| =================================================================== |
| --- include/v8.h (revision 3800) |
| +++ include/v8.h (working copy) |
| @@ -2586,9 +2586,8 @@ |
| void DetachGlobal(); |
| /** Creates a new context. */ |
| - static Persistent<Context> New(); |
| static Persistent<Context> New( |
| - ExtensionConfiguration* extensions, |
| + ExtensionConfiguration* extensions = NULL, |
| Handle<ObjectTemplate> global_template = Handle<ObjectTemplate>(), |
| Handle<Value> global_object = Handle<Value>()); |