Index: src/factory.h |
diff --git a/src/factory.h b/src/factory.h |
index 08286186069f590dbf6657955c1813676dc0b0a6..28a057950099ba3986d0aeec7bd5b30f9250d409 100644 |
--- a/src/factory.h |
+++ b/src/factory.h |
@@ -80,6 +80,8 @@ class Factory final { |
template<class StringTableKey> |
Handle<String> InternalizeStringWithKey(StringTableKey* key); |
+ Handle<Name> InternalizeName(Handle<Name> name); |
+ |
// String creation functions. Most of the string creation functions take |
// a Heap::PretenureFlag argument to optionally request that they be |