Index: src/factory.cc |
diff --git a/src/factory.cc b/src/factory.cc |
index fac61a6ee8a212b677d04e78f2f52a76c59e821c..4b10a0b974816b6eb0ba2c33cf5e9abfda5daf01 100644 |
--- a/src/factory.cc |
+++ b/src/factory.cc |
@@ -2425,7 +2425,7 @@ Handle<SharedFunctionInfo> Factory::NewSharedFunctionInfo( |
share->set_expected_nof_properties(0); |
share->set_num_literals(0); |
share->set_start_position_and_type(0); |
- share->set_end_position(0); |
+ share->set_end_position_and_is_blackboxed(0); |
share->set_function_token_position(0); |
// All compiler hints default to false or 0. |
share->set_compiler_hints(0); |