Chromium Code Reviews| Index: src/heap/heap.h |
| diff --git a/src/heap/heap.h b/src/heap/heap.h |
| index 9e63c5dc35e7497a88ae8c8c4daa4a075ba46e5d..02120f99cdaf9429f1d28a3d664a9a8a1325cfd6 100644 |
| --- a/src/heap/heap.h |
| +++ b/src/heap/heap.h |
| @@ -816,6 +816,7 @@ class Heap { |
| void PrintShortHeapStatistics(); |
| inline HeapState gc_state() { return gc_state_; } |
| + void SetGCState(HeapState state); |
| inline bool IsInGCPostProcessing() { return gc_post_processing_depth_ > 0; } |