Chromium Code Reviews| Index: src/mark-compact.h |
| diff --git a/src/mark-compact.h b/src/mark-compact.h |
| index 2ab820d3f4177cc202c269ea289d0ba0387b8cbf..7a504de55142c374f5aa89741dee0d5b62937fce 100644 |
| --- a/src/mark-compact.h |
| +++ b/src/mark-compact.h |
| @@ -765,6 +765,8 @@ class MarkCompactCollector { |
| }; |
| +const char* AllocationSpaceName(AllocationSpace space); |
| + |
| } } // namespace v8::internal |
| #endif // V8_MARK_COMPACT_H_ |