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