Index: src/heap/mark-compact.h |
diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h |
index f1008b5709fde6dbb096f997f4cb3127eae38549..fcfba9068ad82ebde9a0edfdd7af04b6a938bfa6 100644 |
--- a/src/heap/mark-compact.h |
+++ b/src/heap/mark-compact.h |
@@ -794,6 +794,7 @@ class MarkCompactCollector { |
base::Semaphore pending_compaction_tasks_semaphore_; |
friend class Heap; |
+ friend class StoreBuffer; |
}; |