| Index: src/factory.h
|
| diff --git a/src/factory.h b/src/factory.h
|
| index 4702cc75bede5b6dba7442bbaaa47e049464e206..01a2474a45cd837e72bfad64f04427885a507034 100644
|
| --- a/src/factory.h
|
| +++ b/src/factory.h
|
| @@ -233,7 +233,7 @@ class Factory final {
|
| // Create a symbol.
|
| Handle<Symbol> NewSymbol();
|
| Handle<Symbol> NewPrivateSymbol();
|
| - Handle<Symbol> NewPrivateOwnSymbol();
|
| + Handle<Symbol> NewPrivateOwnSymbol(Handle<Object> name);
|
|
|
| // Create a global (but otherwise uninitialized) context.
|
| Handle<Context> NewNativeContext();
|
|
|