| Index: src/zone.h
|
| diff --git a/src/zone.h b/src/zone.h
|
| index 78a2d52e273cc1761971644e47af044ea3b16f63..820fd4c7cfd710fe6459f8cca1874570a361653a 100644
|
| --- a/src/zone.h
|
| +++ b/src/zone.h
|
| @@ -244,8 +244,7 @@ class ZoneSplayTree final : public SplayTree<Config, ZoneAllocationPolicy> {
|
| void operator delete(void* pointer, Zone* zone) { UNREACHABLE(); }
|
| };
|
|
|
| -typedef base::TemplateHashMapImpl<void*, void*, ZoneAllocationPolicy>
|
| - ZoneHashMap;
|
| +typedef base::PointerHashMap<ZoneAllocationPolicy> ZoneHashMap;
|
|
|
| } // namespace internal
|
| } // namespace v8
|
|
|