| Index: src/compiler/bytecode-graph-builder.h
|
| diff --git a/src/compiler/bytecode-graph-builder.h b/src/compiler/bytecode-graph-builder.h
|
| index 6994226dc3716bb29d058dad9454cb8128c02d72..a78699bad4f142c048a5c22125528e6cc3321006 100644
|
| --- a/src/compiler/bytecode-graph-builder.h
|
| +++ b/src/compiler/bytecode-graph-builder.h
|
| @@ -136,7 +136,8 @@ class BytecodeGraphBuilder {
|
| void ClearNonLiveSlotsInFrameStates();
|
|
|
| void BuildCreateArguments(CreateArgumentsType type);
|
| - Node* BuildLoadGlobal(uint32_t feedback_slot_index, TypeofMode typeof_mode);
|
| + Node* BuildLoadGlobal(Handle<Name> name, uint32_t feedback_slot_index,
|
| + TypeofMode typeof_mode);
|
| void BuildStoreGlobal(LanguageMode language_mode);
|
| void BuildNamedStore(LanguageMode language_mode);
|
| void BuildKeyedStore(LanguageMode language_mode);
|
|
|