Index: src/lithium-allocator.h |
diff --git a/src/lithium-allocator.h b/src/lithium-allocator.h |
index f5ab055ab328140b019e3c833abf2f2a84624d92..d47e33595a03c9d14de7ac2400714930add7b384 100644 |
--- a/src/lithium-allocator.h |
+++ b/src/lithium-allocator.h |
@@ -457,6 +457,7 @@ class LAllocator BASE_EMBEDDED { |
LChunk* chunk() const { return chunk_; } |
HGraph* graph() const { return graph_; } |
+ Zone* zone() const { return zone_; } |
int GetVirtualRegister() { |
if (next_virtual_register_ > LUnallocated::kMaxVirtualRegisters) { |