Chromium Code Reviews| Index: src/heap.h |
| diff --git a/src/heap.h b/src/heap.h |
| index 28b082a4b9309e84b0215a1c64bf7a3a2bfe98ac..606f78731ae7396d3f7d168c64c16ad0e7c4556d 100644 |
| --- a/src/heap.h |
| +++ b/src/heap.h |
| @@ -1901,8 +1901,6 @@ class Heap { |
| bool PerformGarbageCollection(GarbageCollector collector, |
| GCTracer* tracer); |
| - bool IterateObjectGroups(ObjectVisitor* scavenge_visitor); |
| - |
| inline void UpdateOldSpaceLimits(); |
| // Allocate an uninitialized object in map space. The behavior is identical |