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