| Index: src/ia32/code-stubs-ia32.cc
|
| diff --git a/src/ia32/code-stubs-ia32.cc b/src/ia32/code-stubs-ia32.cc
|
| index 83982eb9e29b60c4c4bedc6ab24ea155d0804f7c..46e3eb934d8c9d5151fe472d24108aaa86a6447d 100644
|
| --- a/src/ia32/code-stubs-ia32.cc
|
| +++ b/src/ia32/code-stubs-ia32.cc
|
| @@ -1629,7 +1629,6 @@ void CodeStub::GenerateStubsAheadOfTime(Isolate* isolate) {
|
| BinaryOpICStub::GenerateAheadOfTime(isolate);
|
| BinaryOpICWithAllocationSiteStub::GenerateAheadOfTime(isolate);
|
| StoreFastElementStub::GenerateAheadOfTime(isolate);
|
| - TypeofStub::GenerateAheadOfTime(isolate);
|
| }
|
|
|
|
|
|
|