Index: src/string-stream.cc |
=================================================================== |
--- src/string-stream.cc (revision 6302) |
+++ src/string-stream.cc (working copy) |
@@ -285,6 +285,11 @@ |
} |
+Handle<String> StringStream::ToSymbol() { |
+ return Factory::LookupAsciiSymbol(Vector<const char>(buffer_, length_)); |
+} |
+ |
+ |
void StringStream::ClearMentionedObjectCache() { |
current_security_token = NULL; |
if (debug_object_cache == NULL) { |