Chromium Code Reviews| Index: src/factory.h |
| diff --git a/src/factory.h b/src/factory.h |
| index 22baf4534730664888229aeadaabd13cfcb55545..08286186069f590dbf6657955c1813676dc0b0a6 100644 |
| --- a/src/factory.h |
| +++ b/src/factory.h |
| @@ -217,7 +217,7 @@ class Factory final { |
| // Create a symbol. |
| Handle<Symbol> NewSymbol(); |
| - Handle<Symbol> NewPrivateSymbol(Handle<Object> name); |
| + Handle<Symbol> NewPrivateSymbol(); |
| // Create a global (but otherwise uninitialized) context. |
| Handle<Context> NewNativeContext(); |