Index: src/compiler/state-values-utils.h |
diff --git a/src/compiler/state-values-utils.h b/src/compiler/state-values-utils.h |
index 79550bd3ffbad0270112765c793a7057cfa11d1a..704f5f63a5b42f51d6c88d79aaf7bf5f26cb00e1 100644 |
--- a/src/compiler/state-values-utils.h |
+++ b/src/compiler/state-values-utils.h |
@@ -55,7 +55,7 @@ class StateValuesCache { |
Zone* zone() { return graph()->zone(); } |
JSGraph* js_graph_; |
- ZoneHashMap hash_map_; |
+ CustomMatcherZoneHashMap hash_map_; |
ZoneVector<NodeVector*> working_space_; // One working space per level. |
Node* empty_state_values_; |
}; |