| Index: src/hydrogen.h
|
| diff --git a/src/hydrogen.h b/src/hydrogen.h
|
| index 5aa3ec99278528df4800f2e2b1d12a68c7f8ac34..dee78666cb208c0efa645f38ca94a847f407ff5c 100644
|
| --- a/src/hydrogen.h
|
| +++ b/src/hydrogen.h
|
| @@ -281,6 +281,9 @@ class HGraph: public ZoneObject {
|
| void InitializeInferredTypes(int from_inclusive, int to_inclusive);
|
| void CheckForBackEdge(HBasicBlock* block, HBasicBlock* successor);
|
|
|
| + Isolate* isolate() { return isolate_; }
|
| +
|
| + Isolate* isolate_;
|
| int next_block_id_;
|
| HBasicBlock* entry_block_;
|
| HEnvironment* start_environment_;
|
|
|