Index: src/lithium-allocator.cc |
diff --git a/src/lithium-allocator.cc b/src/lithium-allocator.cc |
index 74132b3b76a6138fa530aa46f72fce9883f1585e..2b6349a2292854d5e8cc5578bc2aac0be8f7277c 100644 |
--- a/src/lithium-allocator.cc |
+++ b/src/lithium-allocator.cc |
@@ -1338,6 +1338,7 @@ void LAllocator::BuildLiveRanges() { |
#ifdef DEBUG |
if (block_id == 0) { |
+ ALLOW_HANDLE_DEREF(isolate(), "Printing debug information"); |
BitVector::Iterator iterator(live); |
bool found = false; |
while (!iterator.Done()) { |