| Index: src/compiler/js-typed-lowering.h
|
| diff --git a/src/compiler/js-typed-lowering.h b/src/compiler/js-typed-lowering.h
|
| index 3dfcefdfc4fab248a91c763f8aeb457bdfbb8f72..6377cbc4d1a0faeae12cbaef1a0d22c955e41ba1 100644
|
| --- a/src/compiler/js-typed-lowering.h
|
| +++ b/src/compiler/js-typed-lowering.h
|
| @@ -23,6 +23,7 @@ class JSTypedLowering FINAL : public Reducer {
|
|
|
| virtual Reduction Reduce(Node* node) OVERRIDE;
|
|
|
| + Isolate* isolate() { return zone()->isolate(); }
|
| JSGraph* jsgraph() { return jsgraph_; }
|
| Graph* graph() { return jsgraph_->graph(); }
|
| Zone* zone() { return jsgraph_->zone(); }
|
|
|