Index: src/full-codegen/arm64/full-codegen-arm64.cc |
diff --git a/src/full-codegen/arm64/full-codegen-arm64.cc b/src/full-codegen/arm64/full-codegen-arm64.cc |
index 901c431b32bfe17a23c749fbffc10bc80abfc60a..dac09a9cdde0b2b063118b6523f8da426f6dc067 100644 |
--- a/src/full-codegen/arm64/full-codegen-arm64.cc |
+++ b/src/full-codegen/arm64/full-codegen-arm64.cc |
@@ -780,8 +780,8 @@ void FullCodeGenerator::VisitFunctionDeclaration( |
FeedbackVectorSlot slot = proxy->VariableFeedbackSlot(); |
DCHECK(!slot.IsInvalid()); |
globals_->Add(handle(Smi::FromInt(slot.ToInt()), isolate()), zone()); |
- Handle<SharedFunctionInfo> function = Compiler::GetSharedFunctionInfo( |
- declaration->fun(), script(), info_, compilation_mode_); |
+ Handle<SharedFunctionInfo> function = |
+ Compiler::GetSharedFunctionInfo(declaration->fun(), script(), info_); |
// Check for stack overflow exception. |
if (function.is_null()) return SetStackOverflow(); |
globals_->Add(function, zone()); |