Index: src/compiler/js-generic-lowering.h |
diff --git a/src/compiler/js-generic-lowering.h b/src/compiler/js-generic-lowering.h |
index f6263385edca6a938034fe7f36b0e479d171a10e..e6fc88ebf7236c6b1bb103884090daff84e83ec7 100644 |
--- a/src/compiler/js-generic-lowering.h |
+++ b/src/compiler/js-generic-lowering.h |
@@ -51,7 +51,7 @@ class JSGenericLowering FINAL : public Reducer { |
bool TryLowerDirectJSCall(Node* node); |
Zone* zone() const { return graph()->zone(); } |
- Isolate* isolate() const { return zone()->isolate(); } |
+ Isolate* isolate() const { return info_->isolate(); } |
JSGraph* jsgraph() const { return jsgraph_; } |
Graph* graph() const { return jsgraph()->graph(); } |
Linkage* linkage() const { return linkage_; } |