Index: src/x64/lithium-x64.h |
diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h |
index 642a0a00385a94e730c7bba517f0466caa6bfc47..6efec0086449989150256f21d9561b12d16d18a5 100644 |
--- a/src/x64/lithium-x64.h |
+++ b/src/x64/lithium-x64.h |
@@ -2231,7 +2231,7 @@ class LChunkBuilder BASE_EMBEDDED { |
: chunk_(NULL), |
info_(info), |
graph_(graph), |
- zone_(graph->isolate()->zone()), |
+ zone_(graph->zone()), |
status_(UNUSED), |
current_instruction_(NULL), |
current_block_(NULL), |