Index: src/hydrogen-instructions.cc |
diff --git a/src/hydrogen-instructions.cc b/src/hydrogen-instructions.cc |
index f622c25496f0a6d66ffce227bb6bb45c207396a3..97a759974bb8a21b7d20c18ed97e2908e51eb985 100644 |
--- a/src/hydrogen-instructions.cc |
+++ b/src/hydrogen-instructions.cc |
@@ -78,7 +78,7 @@ int HValue::LoopWeight() const { |
Isolate* HValue::isolate() const { |
ASSERT(block() != NULL); |
- return block()->graph()->isolate(); |
+ return block()->isolate(); |
} |