Index: src/compiler/pipeline.cc |
diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc |
index 8c6b706c3005746c472de1540627e2c5067c31c9..fd511b30138b0f032ddb6a3525c598ba38d5a318 100644 |
--- a/src/compiler/pipeline.cc |
+++ b/src/compiler/pipeline.cc |
@@ -1141,7 +1141,7 @@ Handle<Code> Pipeline::GenerateCode() { |
info()->is_deoptimization_enabled() |
? Typer::kDeoptimizationEnabled |
: Typer::kNoFlags, |
- info()->dependencies(), info()->function_type())); |
+ info()->dependencies())); |
Run<TyperPhase>(typer.get()); |
RunPrintAndVerify("Typed"); |
} |