Chromium Code Reviews| Index: runtime/vm/heap.h |
| diff --git a/runtime/vm/heap.h b/runtime/vm/heap.h |
| index 25e68213ad5f59156067cf63f9fdc4432e541237..e83cbf22cf109f9dd5dbcd9cf4bceaa9821df58c 100644 |
| --- a/runtime/vm/heap.h |
| +++ b/runtime/vm/heap.h |
| @@ -252,7 +252,7 @@ class Heap { |
| } |
| intptr_t CalculateTLABSize(); |
| - void FillRemainingTLAB(Thread* thread); |
| + void MakeTLABIterable(Thread* thread); |
| void AbandonRemainingTLAB(Thread* thread); |
| private: |