| Index: src/compiler/ast-graph-builder.cc
|
| diff --git a/src/compiler/ast-graph-builder.cc b/src/compiler/ast-graph-builder.cc
|
| index e5ff0cce27fcba3a13dcdb74efde8d27eed11f1d..0421fc38ad181e3b6517d4797419a229d98eb8f8 100644
|
| --- a/src/compiler/ast-graph-builder.cc
|
| +++ b/src/compiler/ast-graph-builder.cc
|
| @@ -2276,7 +2276,7 @@ void AstGraphBuilder::VisitProperty(Property* expr) {
|
|
|
| void AstGraphBuilder::VisitCall(Call* expr) {
|
| Expression* callee = expr->expression();
|
| - Call::CallType call_type = expr->GetCallType(isolate());
|
| + Call::CallType call_type = expr->GetCallType();
|
|
|
| // Prepare the callee and the receiver to the function call. This depends on
|
| // the semantics of the underlying call type.
|
|
|