Index: src/lithium-allocator.cc |
diff --git a/src/lithium-allocator.cc b/src/lithium-allocator.cc |
index 29c31942e44387903929e80e83241003a84ba8c2..48fa862c90d7bc53b243f34c152834b91cd922b2 100644 |
--- a/src/lithium-allocator.cc |
+++ b/src/lithium-allocator.cc |
@@ -1369,7 +1369,7 @@ void LAllocator::BuildLiveRanges() { |
ASSERT(chunk_->info()->IsOptimizing()); |
AllowHandleDereference allow_deref; |
PrintF("Function: %s\n", |
- *chunk_->info()->function()->debug_name()->ToCString()); |
+ chunk_->info()->function()->debug_name()->ToCString().get()); |
} |
PrintF("Value %d used before first definition!\n", operand_index); |
LiveRange* range = LiveRangeFor(operand_index); |