Chromium Code Reviews| Index: src/heap/heap.h |
| diff --git a/src/heap/heap.h b/src/heap/heap.h |
| index 288bc09a1664a9e2e348e465c318e86fa8279371..8f5551aa5540864dd7a8ac51db68373cdf1637e1 100644 |
| --- a/src/heap/heap.h |
| +++ b/src/heap/heap.h |
| @@ -983,6 +983,7 @@ class Heap { |
| } |
| static bool RootIsImmortalImmovable(int root_index); |
| + void CheckHandleCount(); |
| #ifdef VERIFY_HEAP |
| // Verify the heap is in its normal state before or after a GC. |