| Index: src/heap.cc
|
| diff --git a/src/heap.cc b/src/heap.cc
|
| index d1f48acbdd66e8e7979ee966632b0b2564f3f376..eabd6122d5d08ce67e93261df73805920465895f 100644
|
| --- a/src/heap.cc
|
| +++ b/src/heap.cc
|
| @@ -3260,7 +3260,7 @@ void Heap::InitializeFunction(JSFunction* function,
|
| function->set_code(shared->code());
|
| function->set_prototype_or_initial_map(prototype);
|
| function->set_context(undefined_value());
|
| - function->set_literals(empty_fixed_array());
|
| + function->set_literals_or_bindings(empty_fixed_array());
|
| function->set_next_function_link(undefined_value());
|
| }
|
|
|
|
|