Chromium Code Reviews| Index: src/heap.h |
| diff --git a/src/heap.h b/src/heap.h |
| index 0bd2c405f0ee09a78e6a3fea5d67317b6662edcb..91cc48b66392d794b2d2154c52cebfa91213586d 100644 |
| --- a/src/heap.h |
| +++ b/src/heap.h |
| @@ -767,6 +767,9 @@ class Heap { |
| // Clear the Instanceof cache (used when a prototype changes). |
| inline void ClearInstanceofCache(); |
| + // This is expensive, only used when setting callbacks on objects. |
| + void ClearAllKeyedStoreICs(); |
| + |
| // For use during bootup. |
| void RepairFreeListsAfterBoot(); |