| Index: src/lithium-allocator.cc
|
| diff --git a/src/lithium-allocator.cc b/src/lithium-allocator.cc
|
| index 2d7ed3ec3ca01df15e949ba63f1b0ac70f3c59ab..eae2995695bbf9f971daa7f12cabaa320c0b0663 100644
|
| --- a/src/lithium-allocator.cc
|
| +++ b/src/lithium-allocator.cc
|
| @@ -1371,7 +1371,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);
|
|
|