Chromium Code Reviews| Index: src/ic.cc |
| =================================================================== |
| --- src/ic.cc (revision 1547) |
| +++ src/ic.cc (working copy) |
| @@ -912,7 +912,6 @@ |
| // Patch the call site depending on the state of the cache. |
| if (state == UNINITIALIZED || state == MONOMORPHIC_PROTOTYPE_FAILURE) { |
| - Heap::store_ic_created(); |
| set_target(Code::cast(code)); |
| } else if (state == MONOMORPHIC) { |
| // Only move to mega morphic if the target changes. |