summaryrefslogtreecommitdiff
path: root/deps/v8/src/bootstrapper.cc
diff options
context:
space:
mode:
authorRyan <ry@tinyclouds.org>2009-09-09 22:01:54 +0200
committerRyan <ry@tinyclouds.org>2009-09-09 22:01:54 +0200
commitfcff66bf29fef8a9d568ebb4cb7192ab32afe3f7 (patch)
tree8ea321ed7f248a54403d86154d4df325960d41ef /deps/v8/src/bootstrapper.cc
parentefb2b703a655b29a692819c8bdb191792da6416e (diff)
downloadnode-new-fcff66bf29fef8a9d568ebb4cb7192ab32afe3f7.tar.gz
Upgrade v8 to 1.3.10
Diffstat (limited to 'deps/v8/src/bootstrapper.cc')
-rw-r--r--deps/v8/src/bootstrapper.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/bootstrapper.cc b/deps/v8/src/bootstrapper.cc
index a2c45626be..c1daa57b1f 100644
--- a/deps/v8/src/bootstrapper.cc
+++ b/deps/v8/src/bootstrapper.cc
@@ -474,7 +474,7 @@ void Genesis::CreateRoots(v8::Handle<v8::ObjectTemplate> global_template,
// Please note that the prototype property for function instances must be
// writable.
Handle<DescriptorArray> function_map_descriptors =
- ComputeFunctionInstanceDescriptor(false, true);
+ ComputeFunctionInstanceDescriptor(false, false);
fm->set_instance_descriptors(*function_map_descriptors);
// Allocate the function map first and then patch the prototype later