Chromium Code Reviews| Index: src/heap/heap.h |
| diff --git a/src/heap/heap.h b/src/heap/heap.h |
| index 002dbe6a22f5108c7247f7d36a403c3c799cf55b..22bf6833285c6218901948cfce3ff5503d0cc354 100644 |
| --- a/src/heap/heap.h |
| +++ b/src/heap/heap.h |
| @@ -1411,9 +1411,6 @@ class Heap { |
| void ReportHeapStatistics(const char* title); |
| void ReportCodeStatistics(const char* title); |
| #endif |
| -#ifdef ENABLE_SLOW_DCHECKS |
| - int CountHandlesForObject(Object* object); |
| -#endif |
| private: |
| class PretenuringScope; |