Index: src/type-info.cc |
diff --git a/src/type-info.cc b/src/type-info.cc |
index 5113c550ecc2c9b5c4d57dbabcdbe4c2dd7bcf20..32f8ce15e499bd9a96c537da554607d475f69b91 100644 |
--- a/src/type-info.cc |
+++ b/src/type-info.cc |
@@ -762,6 +762,7 @@ void TypeFeedbackOracle::ProcessTypeFeedbackCells(Handle<Code> code) { |
JSGlobalPropertyCell* cell = cache->Cell(i); |
Object* value = cell->value(); |
if (value->IsSmi() || |
+ value->IsAllocationSite() || |
(value->IsJSFunction() && |
!CanRetainOtherContext(JSFunction::cast(value), |
*native_context_))) { |