Index: src/scopes.cc |
diff --git a/src/scopes.cc b/src/scopes.cc |
index fefc696d1a61ef4d6a9c653e9e8190f7659c0587..a84d4e73a83162ab994cf12d0c7cc8b5fb5fd019 100644 |
--- a/src/scopes.cc |
+++ b/src/scopes.cc |
@@ -800,7 +800,7 @@ static void Indent(int n, const char* str) { |
static void PrintName(Handle<String> name) { |
SmartArrayPointer<char> s = name->ToCString(DISALLOW_NULLS); |
- PrintF("%s", *s); |
+ PrintF("%s", s.get()); |
} |