Index: src/zone-allocator.h |
diff --git a/src/zone-allocator.h b/src/zone-allocator.h |
index fd07ce22ef79dbe13ac3a7e361d34fb646bdbc81..ab0ae9cf606ddb446b3b79756baa69a72221ae6d 100644 |
--- a/src/zone-allocator.h |
+++ b/src/zone-allocator.h |
@@ -62,6 +62,8 @@ class zone_allocator { |
Zone* zone_; |
}; |
+typedef zone_allocator<bool> ZoneBoolAllocator; |
+typedef zone_allocator<int> ZoneIntAllocator; |
} } // namespace v8::internal |
#endif // V8_ZONE_ALLOCATOR_H_ |