Index: src/objects-printer.cc |
diff --git a/src/objects-printer.cc b/src/objects-printer.cc |
index 381c9aa55ad78fb5fd3511f81fa7cf8a0f513e6b..1da9852878c41afaa48c1600774daf4b10fdbfd1 100644 |
--- a/src/objects-printer.cc |
+++ b/src/objects-printer.cc |
@@ -903,7 +903,7 @@ void SharedFunctionInfo::SharedFunctionInfoPrint(FILE* out) { |
source->ToCString(DISALLOW_NULLS, |
FAST_STRING_TRAVERSAL, |
start, length, NULL); |
- PrintF(out, "%s", *source_string); |
+ PrintF(out, "%s", source_string.get()); |
} |
// Script files are often large, hard to read. |
// PrintF(out, "\n - script ="); |