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