| Index: src/heap/spaces.h
|
| diff --git a/src/heap/spaces.h b/src/heap/spaces.h
|
| index 59d8cfb6d9ed6d9d7c06d8e9d58689cb2950437e..657f04097204d933f6afaf54316209e0a3f3a9bc 100644
|
| --- a/src/heap/spaces.h
|
| +++ b/src/heap/spaces.h
|
| @@ -3092,7 +3092,7 @@ class LargeObjectSpace : public Space {
|
| int page_count_; // number of chunks
|
| intptr_t objects_size_; // size of objects
|
| // Map MemoryChunk::kAlignment-aligned chunks to large pages covering them
|
| - HashMap chunk_map_;
|
| + base::HashMap chunk_map_;
|
|
|
| friend class LargeObjectIterator;
|
| };
|
|
|