Index: src/factory.h |
diff --git a/src/factory.h b/src/factory.h |
index cde84325dcf755c059618672157427a97dc97c7e..9ea66bee7b45fbb8ff171ece415010bde56593da 100644 |
--- a/src/factory.h |
+++ b/src/factory.h |
@@ -152,6 +152,10 @@ class Factory { |
Handle<String> NewConsString(Handle<String> first, |
Handle<String> second); |
+ // Create a new sequential string containing the concatenation of the inputs. |
+ Handle<String> NewFlatConcatString(Handle<String> first, |
+ Handle<String> second); |
+ |
// Create a new string object which holds a substring of a string. |
Handle<String> NewSubString(Handle<String> str, |
int begin, |