Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / v8 / src / zone-allocator.h
index fd07ce2..ab0ae9c 100644 (file)
@@ -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_