Index: src/string-stream.h |
=================================================================== |
--- src/string-stream.h (revision 6302) |
+++ src/string-stream.h (working copy) |
@@ -143,6 +143,7 @@ |
void Log(); |
Handle<String> ToString(); |
SmartPointer<const char> ToCString() const; |
+ Handle<String> ToSymbol(); |
int length() const { return length_; } |
// Object printing support. |