| Index: src/interpreter/interpreter.cc
|
| diff --git a/src/interpreter/interpreter.cc b/src/interpreter/interpreter.cc
|
| index 16fc7d1814d9d19495f608f892f5503ca4a72863..38150c515c7fd441e6cc0049a830ddf5d4a1a056 100644
|
| --- a/src/interpreter/interpreter.cc
|
| +++ b/src/interpreter/interpreter.cc
|
| @@ -61,7 +61,7 @@
|
|
|
| bool Interpreter::MakeBytecode(CompilationInfo* info) {
|
| BytecodeGenerator generator(info->isolate(), info->zone());
|
| - info->EnsureFeedbackMetadata();
|
| + info->EnsureFeedbackVector();
|
| Handle<BytecodeArray> bytecodes = generator.MakeBytecode(info);
|
| if (FLAG_print_bytecode) {
|
| OFStream os(stdout);
|
|
|