Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index 97a8bfcad6b4a1e3c6348585bf88bf5156c59e1c..3db75a4dc048af5118017137ca510dbfdfdbe3ca 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -597,7 +597,7 @@ Handle<JSFunction> Genesis::CreateEmptyFunction(Isolate* isolate) { |
void Genesis::SetStrictFunctionInstanceDescriptor(Handle<Map> map, |
FunctionMode function_mode) { |
- int size = IsFunctionModeWithPrototype(function_mode) ? 5 : 4; |
+ int size = IsFunctionModeWithPrototype(function_mode) ? 3 : 2; |
Map::EnsureDescriptorSlack(map, size); |
PropertyAttributes rw_attribs = |