Index: src/ast/ast.h |
diff --git a/src/ast/ast.h b/src/ast/ast.h |
index f02def78a8cfcb79892761b1e4a659bffd62089c..e4ce3e3bd0106d67e9f6a007d1ca1e0b1fa6fa3e 100644 |
--- a/src/ast/ast.h |
+++ b/src/ast/ast.h |
@@ -130,7 +130,8 @@ class FeedbackVectorSlotCache { |
public: |
explicit FeedbackVectorSlotCache(Zone* zone) |
: zone_(zone), |
- hash_map_(HashMap::PointersMatch, ZoneHashMap::kDefaultHashMapCapacity, |
+ hash_map_(base::HashMap::PointersMatch, |
+ ZoneHashMap::kDefaultHashMapCapacity, |
ZoneAllocationPolicy(zone)) {} |
void Put(Variable* variable, FeedbackVectorSlot slot) { |