From 3100271588b61cbc1dc472a3f2f105d2eed8497f Mon Sep 17 00:00:00 2001 From: Andrei Popescu Date: Tue, 23 Feb 2010 13:46:05 +0000 Subject: Update to V8 with partial snapshots. This is taken from the partial_snapshot branch of V8. --- include/v8.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/v8.h b/include/v8.h index 6125286e..19a41f49 100644 --- a/include/v8.h +++ b/include/v8.h @@ -2587,7 +2587,7 @@ class V8EXPORT Context { /** Creates a new context. */ static Persistent New( - ExtensionConfiguration* extensions = 0, + ExtensionConfiguration* extensions = NULL, Handle global_template = Handle(), Handle global_object = Handle()); -- cgit v1.2.3