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

Unified Diff: src/zone/zone.h

Issue 2369963002: [base] Remove PointersMatch, making a separate std::equals hashmap (Closed)
Patch Set: Fix the other simulators Created 4 years, 3 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 | « src/s390/simulator-s390.cc ('k') | test/cctest/test-api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « src/s390/simulator-s390.cc ('k') | test/cctest/test-api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698