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

Unified Diff: src/heap/spaces.h

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 | « no previous file | src/heap/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 98e89ccad40f118bd988bc8b7119d1970224c99b..2ea2e909aa0c9b567da8e0d280a56a84e48cc977 100644
--- a/src/heap/spaces.h
+++ b/src/heap/spaces.h
@@ -2702,7 +2702,7 @@ class MapSpace : public PagedSpace {
class LargeObjectSpace : public Space {
public:
LargeObjectSpace(Heap* heap, AllocationSpace id);
- virtual ~LargeObjectSpace() {}
+ virtual ~LargeObjectSpace();
// Initializes internal data structures.
bool SetUp();
« no previous file with comments | « no previous file | src/heap/spaces.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698