Index: src/factory.h |
diff --git a/src/factory.h b/src/factory.h |
index ee25bf23d87c4c917896ba872ecd88a5ae774914..4e7dafd14d9d77baf30ff5d59172d3e1b0cd09f4 100644 |
--- a/src/factory.h |
+++ b/src/factory.h |
@@ -184,6 +184,7 @@ class Factory { |
// Create a symbol. |
Handle<Symbol> NewSymbol(); |
+ Handle<Private> NewPrivate(); |
// Create a global (but otherwise uninitialized) context. |
Handle<Context> NewNativeContext(); |