Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index a2c45626bef6723ade2486902c838d68ae2ebbe9..c1daa57b1fa51753d4642bda21de3f23c60b58ac 100644 |
--- a/src/bootstrapper.cc |
+++ b/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 |