| Index: src/lithium-allocator.h
|
| diff --git a/src/lithium-allocator.h b/src/lithium-allocator.h
|
| index 2953550ae8e879742ed19d0c4a9bba6cfc5bf5af..2ca853763e893343bf01315f2dafbfd5018c43d5 100644
|
| --- a/src/lithium-allocator.h
|
| +++ b/src/lithium-allocator.h
|
| @@ -423,6 +423,7 @@ class LAllocator BASE_EMBEDDED {
|
|
|
| LPlatformChunk* chunk() const { return chunk_; }
|
| HGraph* graph() const { return graph_; }
|
| + Isolate* isolate() const { return graph_->isolate(); }
|
| Zone* zone() const { return zone_; }
|
|
|
| int GetVirtualRegister() {
|
|
|