| Index: src/mips/code-stubs-mips.cc
 | 
| diff --git a/src/mips/code-stubs-mips.cc b/src/mips/code-stubs-mips.cc
 | 
| index 0f7700acaffe268f3c4a564a9c198f3e205c1810..484c81a866a8a865a5e8f97198c9028403e9a6bc 100644
 | 
| --- a/src/mips/code-stubs-mips.cc
 | 
| +++ b/src/mips/code-stubs-mips.cc
 | 
| @@ -1009,6 +1009,7 @@ void CodeStub::GenerateStubsAheadOfTime(Isolate* isolate) {
 | 
|    RestoreRegistersStateStub::GenerateAheadOfTime(isolate);
 | 
|    BinaryOpICWithAllocationSiteStub::GenerateAheadOfTime(isolate);
 | 
|    StoreFastElementStub::GenerateAheadOfTime(isolate);
 | 
| +  TypeofStub::GenerateAheadOfTime(isolate);
 | 
|  }
 | 
|  
 | 
|  
 | 
| 
 |