| Index: src/heap/mark-compact.h
|
| diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h
|
| index 78a2abd04c7b794de51cebe11e585aba9059cf2d..e999ebf31e51d128fb561f74babb249c0998b48b 100644
|
| --- a/src/heap/mark-compact.h
|
| +++ b/src/heap/mark-compact.h
|
| @@ -776,8 +776,7 @@ class EvacuationScope BASE_EMBEDDED {
|
| MarkCompactCollector* collector_;
|
| };
|
|
|
| -
|
| -const char* AllocationSpaceName(AllocationSpace space);
|
| +V8_EXPORT_PRIVATE const char* AllocationSpaceName(AllocationSpace space);
|
| } // namespace internal
|
| } // namespace v8
|
|
|
|
|