Chromium Code Reviews| Index: src/heap.h |
| diff --git a/src/heap.h b/src/heap.h |
| index bc79a8688e1ad0fe261393064cb22d9f2fcdbfd1..3c599eddd31e20c3ba40dc788eb2c8268e5e0da2 100644 |
| --- a/src/heap.h |
| +++ b/src/heap.h |
| @@ -1384,9 +1384,6 @@ class Heap { |
| // Given an address occupied by a live code object, return that object. |
| Object* FindCodeObject(Address a); |
| - // Invoke Shrink on shrinkable spaces. |
| - void Shrink(); |
| - |
| enum HeapState { NOT_IN_GC, SCAVENGE, MARK_COMPACT }; |
| inline HeapState gc_state() { return gc_state_; } |