Chromium Code Reviews| Index: src/objects.cc |
| diff --git a/src/objects.cc b/src/objects.cc |
| index 2b6feb5c828b139d3ada33c35e9dcefe94d64883..9c3d89574f3e0bf5c042c848e883e47c44747e38 100644 |
| --- a/src/objects.cc |
| +++ b/src/objects.cc |
| @@ -12160,6 +12160,7 @@ void SharedFunctionInfo::InitFromFunctionLiteral( |
| shared_info->set_kind(lit->kind()); |
| shared_info->set_needs_home_object(lit->scope()->NeedsHomeObject()); |
| shared_info->set_asm_function(lit->scope()->asm_function()); |
| + shared_info->set_accept_IN(lit->accept_IN()); |
| } |