Chromium Code Reviews| Index: src/ic/ic.cc |
| diff --git a/src/ic/ic.cc b/src/ic/ic.cc |
| index d3313c5f2559de69d1c8b7051df7c656928fd16d..5019dc563e945a5301f61ee011a84dfdf68c9035 100644 |
| --- a/src/ic/ic.cc |
| +++ b/src/ic/ic.cc |
| @@ -1508,6 +1508,7 @@ bool StoreIC::LookupForWrite(LookupIterator* it, Handle<Object> value, |
| } |
| } |
| + if (it->IsSpecialNumericIndex()) return false; |
| it->PrepareTransitionToDataProperty(value, NONE, store_mode); |
| return it->IsCacheableTransition(); |
| } |