Chromium Code Reviews| Index: src/factory.h |
| diff --git a/src/factory.h b/src/factory.h |
| index 2de768bf138e328518ab5108c6086eff74556650..25b729d6cd0a7235c4a00890f1d132c982a4bb38 100644 |
| --- a/src/factory.h |
| +++ b/src/factory.h |
| @@ -379,7 +379,6 @@ class Factory final { |
| Handle<JSObject> NewJSObjectFromMap( |
| Handle<Map> map, |
| PretenureFlag pretenure = NOT_TENURED, |
| - bool allocate_properties = true, |
| Handle<AllocationSite> allocation_site = Handle<AllocationSite>::null()); |
| // JS modules are pretenured. |