Index: src/factory.h |
diff --git a/src/factory.h b/src/factory.h |
index f09d24719c7702320892e629e503c272587fc6fb..aa1f94d8145207640f554ece31c9707165f9ad0f 100644 |
--- a/src/factory.h |
+++ b/src/factory.h |
@@ -221,6 +221,7 @@ class Factory V8_FINAL { |
// Create a symbol. |
Handle<Symbol> NewSymbol(); |
Handle<Symbol> NewPrivateSymbol(); |
+ Handle<Symbol> NewPrivateOwnSymbol(); |
// Create a global (but otherwise uninitialized) context. |
Handle<Context> NewNativeContext(); |