Index: src/x64/code-stubs-x64.cc |
diff --git a/src/x64/code-stubs-x64.cc b/src/x64/code-stubs-x64.cc |
index 3c5fe93cfbd94771924f81342215c79c80dd4ee0..f5576487e58ce30319f2168034fa56d86a673f26 100644 |
--- a/src/x64/code-stubs-x64.cc |
+++ b/src/x64/code-stubs-x64.cc |
@@ -1521,7 +1521,6 @@ void CodeStub::GenerateStubsAheadOfTime(Isolate* isolate) { |
BinaryOpICStub::GenerateAheadOfTime(isolate); |
BinaryOpICWithAllocationSiteStub::GenerateAheadOfTime(isolate); |
StoreFastElementStub::GenerateAheadOfTime(isolate); |
- TypeofStub::GenerateAheadOfTime(isolate); |
} |