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

Unified Diff: src/heap/spaces.cc

Issue 1288723005: [heap] Fix compilation of LargeObjectSpace on Windows. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 4 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/spaces.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/spaces.cc
diff --git a/src/heap/spaces.cc b/src/heap/spaces.cc
index 6e487a14bbc23abc993f59bacffe81e483244e47..e66fd3944cf57c91911013c137c6a91318edf243 100644
--- a/src/heap/spaces.cc
+++ b/src/heap/spaces.cc
@@ -2814,6 +2814,9 @@ LargeObjectSpace::LargeObjectSpace(Heap* heap, AllocationSpace id)
chunk_map_(ComparePointers, 1024) {}
+LargeObjectSpace::~LargeObjectSpace() {}
+
+
bool LargeObjectSpace::SetUp() {
first_page_ = NULL;
size_ = 0;
« no previous file with comments | « src/heap/spaces.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698