| Index: src/ia32/code-stubs-ia32.cc
 | 
| diff --git a/src/ia32/code-stubs-ia32.cc b/src/ia32/code-stubs-ia32.cc
 | 
| index 15e7110afd3e3150f4fa83b7d7e915f10c4ede0e..4d0a2953d12a9cab8727d064f8d974b7dadf30b4 100644
 | 
| --- a/src/ia32/code-stubs-ia32.cc
 | 
| +++ b/src/ia32/code-stubs-ia32.cc
 | 
| @@ -2457,6 +2457,7 @@ void CodeStub::GenerateStubsAheadOfTime(Isolate* isolate) {
 | 
|    BinaryOpICStub::GenerateAheadOfTime(isolate);
 | 
|    BinaryOpICWithAllocationSiteStub::GenerateAheadOfTime(isolate);
 | 
|    StoreFastElementStub::GenerateAheadOfTime(isolate);
 | 
| +  TypeofStub::GenerateAheadOfTime(isolate);
 | 
|  }
 | 
|  
 | 
|  
 | 
| 
 |