| Index: src/compiler/ast-graph-builder.h
|
| diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h
|
| index 5b4ac981b5c229eebc75ac6d1737e29d02f824b5..ce959b2d03424651321bf336248af725a52cf8e8 100644
|
| --- a/src/compiler/ast-graph-builder.h
|
| +++ b/src/compiler/ast-graph-builder.h
|
| @@ -244,7 +244,7 @@ class AstGraphBuilder : public AstVisitor {
|
| Node* BuildPatchReceiverToGlobalProxy(Node* receiver);
|
|
|
| // Builders to create local function, script and block contexts.
|
| - Node* BuildLocalFunctionContext(Node* context);
|
| + Node* BuildLocalFunctionContext(Node* context, Node* patched_receiver);
|
| Node* BuildLocalScriptContext(Scope* scope);
|
| Node* BuildLocalBlockContext(Scope* scope);
|
|
|
|
|