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