Index: src/heap/spaces.h |
diff --git a/src/heap/spaces.h b/src/heap/spaces.h |
index f1d05c73b3ef2eda8c683e85cbad1bf6bb682154..a2e92ff533fa62c9cd48ff22662d05479681ad5e 100644 |
--- a/src/heap/spaces.h |
+++ b/src/heap/spaces.h |
@@ -465,7 +465,7 @@ class MemoryChunk { |
V8_EXPORT_PRIVATE void AllocateOldToNewSlots(); |
void ReleaseOldToNewSlots(); |
- void AllocateOldToOldSlots(); |
+ V8_EXPORT_PRIVATE void AllocateOldToOldSlots(); |
void ReleaseOldToOldSlots(); |
void AllocateTypedOldToNewSlots(); |
void ReleaseTypedOldToNewSlots(); |