Index: src/compiler/ast-graph-builder.cc |
diff --git a/src/compiler/ast-graph-builder.cc b/src/compiler/ast-graph-builder.cc |
index ce51212e047b307a6be6a2e8b4bb2451281aaafc..272eef1f316789e647efbfb04eed2be3431dae7e 100644 |
--- a/src/compiler/ast-graph-builder.cc |
+++ b/src/compiler/ast-graph-builder.cc |
@@ -2456,7 +2456,7 @@ |
// provide a fully resolved callee to patch into the environment. |
Node* function = GetFunctionClosure(); |
Node* language = jsgraph()->Constant(language_mode()); |
- Node* position = jsgraph()->Constant(expr->position()); |
+ Node* position = jsgraph()->Constant(current_scope()->start_position()); |
const Operator* op = |
javascript()->CallRuntime(Runtime::kResolvePossiblyDirectEval); |
Node* new_callee = |