Index: src/heap/spaces.h |
diff --git a/src/heap/spaces.h b/src/heap/spaces.h |
index 2b0fac61969f9d995c219a757b3c53e5db986a66..6832458a16f05df9f78adb16580e0293e69ed471 100644 |
--- a/src/heap/spaces.h |
+++ b/src/heap/spaces.h |
@@ -2485,6 +2485,8 @@ class SemiSpace : public Space { |
#endif |
private: |
+ void RewindPages(NewSpacePage* start, int num_pages); |
+ |
inline NewSpacePage* anchor() { return &anchor_; } |
// Copies the flags into the masked positions on all pages in the space. |