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