| Index: src/asmjs/asm-wasm-builder.cc
|
| diff --git a/src/asmjs/asm-wasm-builder.cc b/src/asmjs/asm-wasm-builder.cc
|
| index 885ba001d3c4bc48dc7e6e79f4fe32f5fb9aae01..c401f29a1be440e94b54d05c17bd3a8cecfca650 100644
|
| --- a/src/asmjs/asm-wasm-builder.cc
|
| +++ b/src/asmjs/asm-wasm-builder.cc
|
| @@ -1262,7 +1262,7 @@ class AsmWasmBuilderImpl final : public AstVisitor<AsmWasmBuilderImpl> {
|
| }
|
|
|
| void VisitCall(Call* expr) {
|
| - Call::CallType call_type = expr->GetCallType(isolate_);
|
| + Call::CallType call_type = expr->GetCallType();
|
| switch (call_type) {
|
| case Call::OTHER_CALL: {
|
| DCHECK_EQ(kFuncScope, scope_);
|
|
|