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