Chromium Code Reviews| Index: src/heap/heap.h |
| diff --git a/src/heap/heap.h b/src/heap/heap.h |
| index 8e4952e8a83fb5e2d577a42f50eef38af99c16e9..6f5ee76c1f3eb2e4a01406e88bd29860dc3628af 100644 |
| --- a/src/heap/heap.h |
| +++ b/src/heap/heap.h |
| @@ -982,6 +982,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. |