| Index: src/x87/code-stubs-x87.cc
|
| diff --git a/src/x87/code-stubs-x87.cc b/src/x87/code-stubs-x87.cc
|
| index 1ec12967b6baed5a117b3ed601d3418c8f944779..5fec9394fbdacfd55e8661a619dd01caf97f83a5 100644
|
| --- a/src/x87/code-stubs-x87.cc
|
| +++ b/src/x87/code-stubs-x87.cc
|
| @@ -1458,7 +1458,6 @@ void CodeStub::GenerateStubsAheadOfTime(Isolate* isolate) {
|
| BinaryOpICStub::GenerateAheadOfTime(isolate);
|
| BinaryOpICWithAllocationSiteStub::GenerateAheadOfTime(isolate);
|
| StoreFastElementStub::GenerateAheadOfTime(isolate);
|
| - TypeofStub::GenerateAheadOfTime(isolate);
|
| }
|
|
|
|
|
|
|