| Index: src/mips64/full-codegen-mips64.cc
 | 
| diff --git a/src/mips64/full-codegen-mips64.cc b/src/mips64/full-codegen-mips64.cc
 | 
| index b26d55059d12a3bc97b7d45ec141100bdecd6ae7..0453850fa7a283effd3c2655e398e46fe7df8ae5 100644
 | 
| --- a/src/mips64/full-codegen-mips64.cc
 | 
| +++ b/src/mips64/full-codegen-mips64.cc
 | 
| @@ -930,7 +930,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());
 | 
| 
 |