| Index: src/interpreter/interpreter.h
|
| diff --git a/src/interpreter/interpreter.h b/src/interpreter/interpreter.h
|
| index b10ae2e451792112089780e3e5bbc79c12bb6095..1b55864d7cbd5c9d5c990dc035df52d871650126 100644
|
| --- a/src/interpreter/interpreter.h
|
| +++ b/src/interpreter/interpreter.h
|
| @@ -141,6 +141,7 @@ class Interpreter {
|
|
|
| // Generates code to load a global.
|
| compiler::Node* BuildLoadGlobal(Callable ic, compiler::Node* context,
|
| + compiler::Node* name_index,
|
| compiler::Node* feedback_slot,
|
| InterpreterAssembler* assembler);
|
|
|
|
|