summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndrei Popescu <andreip@google.com>2010-02-23 13:46:05 +0000
committerAndrei Popescu <andreip@google.com>2010-02-25 14:07:18 +0000
commit3100271588b61cbc1dc472a3f2f105d2eed8497f (patch)
tree05c3c54cf44b861d1d61dfcbb6b83e2ee2c13281 /include
parent6b23cceca405474a281cdf61cbcd6ecf10944a82 (diff)
downloadandroid_external_v8-3100271588b61cbc1dc472a3f2f105d2eed8497f.tar.gz
android_external_v8-3100271588b61cbc1dc472a3f2f105d2eed8497f.tar.bz2
android_external_v8-3100271588b61cbc1dc472a3f2f105d2eed8497f.zip
Update to V8 with partial snapshots. This is taken from the partial_snapshot branch of V8.
Diffstat (limited to 'include')
-rw-r--r--include/v8.h2
1 files changed, 1 insertions, 1 deletions
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<Context> New(
- ExtensionConfiguration* extensions = 0,
+ ExtensionConfiguration* extensions = NULL,
Handle<ObjectTemplate> global_template = Handle<ObjectTemplate>(),
Handle<Value> global_object = Handle<Value>());