Index: src/factory.h |
diff --git a/src/factory.h b/src/factory.h |
index 8753bd897fcd4e2005ef2723fb44fb85a07ac2af..8ca9d481d805da40e4e7ca510bf9686bae9518aa 100644 |
--- a/src/factory.h |
+++ b/src/factory.h |
@@ -104,6 +104,9 @@ class Factory { |
int length); |
Handle<String> InternalizeTwoByteString(Vector<const uc16> str); |
+ template<class StringTableKey> |
+ Handle<String> InternalizeStringWithKey(StringTableKey* key); |
+ |
// String creation functions. Most of the string creation functions take |
// a Heap::PretenureFlag argument to optionally request that they be |