Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(346)

Unified Diff: src/heap/spaces.h

Issue 2796033002: [heap] Fix CompactionSpace test and move to unittests (Closed)
Patch Set: Win compile failures Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/heap/heap.h ('k') | test/cctest/heap/test-spaces.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/spaces.h
diff --git a/src/heap/spaces.h b/src/heap/spaces.h
index 7557b825e79190db727b92cbb4a03d060ca0594d..cf8379aa087176867aa044cfcd8875959a500b84 100644
--- a/src/heap/spaces.h
+++ b/src/heap/spaces.h
@@ -2733,7 +2733,7 @@ class PauseAllocationObserversScope {
// -----------------------------------------------------------------------------
// Compaction space that is used temporarily during compaction.
-class CompactionSpace : public PagedSpace {
+class V8_EXPORT_PRIVATE CompactionSpace : public PagedSpace {
public:
CompactionSpace(Heap* heap, AllocationSpace id, Executability executable)
: PagedSpace(heap, id, executable) {}
« no previous file with comments | « src/heap/heap.h ('k') | test/cctest/heap/test-spaces.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698