| Index: src/disassembler.cc
|
| ===================================================================
|
| --- src/disassembler.cc (revision 746)
|
| +++ src/disassembler.cc (working copy)
|
| @@ -217,7 +217,7 @@
|
| HeapStringAllocator allocator;
|
| StringStream accumulator(&allocator);
|
| relocinfo.target_object()->ShortPrint(&accumulator);
|
| - SmartPointer<char> obj_name = accumulator.ToCString();
|
| + SmartPointer<const char> obj_name = accumulator.ToCString();
|
| out.AddFormatted(" ;; object: %s", *obj_name);
|
| } else if (rmode == RelocInfo::EXTERNAL_REFERENCE) {
|
| const char* reference_name =
|
|
|