Index: runtime/vm/zone.h |
diff --git a/runtime/vm/zone.h b/runtime/vm/zone.h |
index d8ecef561aab3ad0a29d070c509a1969e7de7772..29d2765ba8ab68421eb984c5c1734750156bdbdf 100644 |
--- a/runtime/vm/zone.h |
+++ b/runtime/vm/zone.h |
@@ -176,6 +176,8 @@ class Zone { |
friend class ApiZone; |
template<typename T, typename B, typename Allocator> |
friend class BaseGrowableArray; |
+ template<typename T, typename B, typename Allocator> |
+ friend class BaseDirectChainedHashMap; |
DISALLOW_COPY_AND_ASSIGN(Zone); |
}; |