Chromium Code Reviews| 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(); |