Chromium Code Reviews| Index: src/zone/zone.h |
| diff --git a/src/zone/zone.h b/src/zone/zone.h |
| index 5f176a2ce3b1fe6d534dad097dfeedcf4dc74e11..9ff259e7907bc6bb0aedc5e0aa6bdc7fa3320d6c 100644 |
| --- a/src/zone/zone.h |
| +++ b/src/zone/zone.h |
| @@ -234,6 +234,9 @@ class ZoneSplayTree final : public SplayTree<Config, ZoneAllocationPolicy> { |
| typedef base::PointerTemplateHashMapImpl<ZoneAllocationPolicy> ZoneHashMap; |
| +typedef base::CustomMatcherTemplateHashMapImpl<ZoneAllocationPolicy> |
| + CustomMatcherZoneHashMap; |
| + |
| } // namespace internal |
| } // namespace v8 |