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