Index: src/spaces.h |
diff --git a/src/spaces.h b/src/spaces.h |
index ee11b6b496efd27f74f5693cb124322401d4fbc6..2ba567d27f83ae136b668ba71e2ea91543e2f609 100644 |
--- a/src/spaces.h |
+++ b/src/spaces.h |
@@ -1576,7 +1576,7 @@ class FreeListCategory { |
// These spaces are call large. |
// At least 16384 words. This list is for objects of 2048 words or larger. |
// Empty pages are added to this list. These spaces are called huge. |
-class FreeList BASE_EMBEDDED { |
+class FreeList { |
public: |
explicit FreeList(PagedSpace* owner); |
@@ -1945,7 +1945,7 @@ class PagedSpace : public Space { |
MUST_USE_RESULT virtual HeapObject* SlowAllocateRaw(int size_in_bytes); |
friend class PageIterator; |
- friend class SweeperThread; |
+ friend class MarkCompactCollector; |
}; |