Index: src/factory.cc |
diff --git a/src/factory.cc b/src/factory.cc |
index b3779f291af96bf7cefd769c838fc1534aa9a665..b888389926b88cd3d0b550ba708b5ba25eaaa235 100644 |
--- a/src/factory.cc |
+++ b/src/factory.cc |
@@ -2103,7 +2103,7 @@ Handle<SharedFunctionInfo> Factory::NewSharedFunctionInfo( |
// Set integer fields (smi or int, depending on the architecture). |
share->set_length(0); |
- share->set_formal_parameter_count(0); |
+ share->set_internal_formal_parameter_count(0); |
share->set_expected_nof_properties(0); |
share->set_num_literals(0); |
share->set_start_position_and_type(0); |