Index: src/x87/code-stubs-x87.cc |
diff --git a/src/x87/code-stubs-x87.cc b/src/x87/code-stubs-x87.cc |
index e6fc7b83e49a3b98b7fdb37d84e2b97ec37da04c..a92878b424de5c4e2aeff84d71bff878dfb9174c 100644 |
--- a/src/x87/code-stubs-x87.cc |
+++ b/src/x87/code-stubs-x87.cc |
@@ -2126,6 +2126,7 @@ void CodeStub::GenerateStubsAheadOfTime(Isolate* isolate) { |
CreateWeakCellStub::GenerateAheadOfTime(isolate); |
BinaryOpICStub::GenerateAheadOfTime(isolate); |
BinaryOpICWithAllocationSiteStub::GenerateAheadOfTime(isolate); |
+ StoreFastElementStub::GenerateAheadOfTime(isolate); |
} |