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