| Index: src/arm64/full-codegen-arm64.cc
 | 
| diff --git a/src/arm64/full-codegen-arm64.cc b/src/arm64/full-codegen-arm64.cc
 | 
| index 2bc6e8202cc0d8cb6ff857e0eac7679d1a0c4f41..93e4d4f51aed3777396b785641212537417c2d5a 100644
 | 
| --- a/src/arm64/full-codegen-arm64.cc
 | 
| +++ b/src/arm64/full-codegen-arm64.cc
 | 
| @@ -931,7 +931,7 @@
 | 
|      case Variable::UNALLOCATED: {
 | 
|        globals_->Add(variable->name(), zone());
 | 
|        Handle<SharedFunctionInfo> function =
 | 
| -          Compiler::GetSharedFunctionInfo(declaration->fun(), script(), info_);
 | 
| +          Compiler::BuildFunctionInfo(declaration->fun(), script(), info_);
 | 
|        // Check for stack overflow exception.
 | 
|        if (function.is_null()) return SetStackOverflow();
 | 
|        globals_->Add(function, zone());
 | 
| 
 |