diff options
author | Ryan <ry@tinyclouds.org> | 2009-09-09 22:01:54 +0200 |
---|---|---|
committer | Ryan <ry@tinyclouds.org> | 2009-09-09 22:01:54 +0200 |
commit | fcff66bf29fef8a9d568ebb4cb7192ab32afe3f7 (patch) | |
tree | 8ea321ed7f248a54403d86154d4df325960d41ef /deps/v8/src/bootstrapper.cc | |
parent | efb2b703a655b29a692819c8bdb191792da6416e (diff) | |
download | node-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.cc | 2 |
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 |