Index: src/zone.h |
diff --git a/src/zone.h b/src/zone.h |
index bc092b5f5e888f7d082521af3d10b05390851225..864846553a234d82cfd88c3e527f1f5c7416e654 100644 |
--- a/src/zone.h |
+++ b/src/zone.h |
@@ -240,7 +240,7 @@ class ZoneSplayTree: public SplayTree<Config, ZoneListAllocationPolicy> { |
}; |
-typedef TemplateHashMap<ZoneListAllocationPolicy> ZoneHashMap; |
+typedef TemplateHashMapImpl<ZoneListAllocationPolicy> ZoneHashMap; |
} } // namespace v8::internal |