Chromium Code Reviews| Index: src/mark-compact.h |
| diff --git a/src/mark-compact.h b/src/mark-compact.h |
| index 02aedb3ac46f5c3618d427faccadad287ac9c5e7..ab572f6997116e99b3333f4457db8498ac7ffb31 100644 |
| --- a/src/mark-compact.h |
| +++ b/src/mark-compact.h |
| @@ -115,6 +115,9 @@ class MarkCompactCollector: public AllStatic { |
| static bool in_use() { return state_ > PREPARE_GC; } |
| #endif |
| + // Determine type of object and emit deletion log event. |
| + static void ReportDeleteIfNeeded(HeapObject* obj); |
| + |
| private: |
| #ifdef DEBUG |
| enum CollectorState { |