Index: src/arm/lithium-arm.h |
diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h |
index 735914f44811fd6991811fe159f27285d38a76df..39894a48cc77c4de156bddccb048a4c27322589f 100644 |
--- a/src/arm/lithium-arm.h |
+++ b/src/arm/lithium-arm.h |
@@ -2286,7 +2286,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), |