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