Index: src/factory.h |
diff --git a/src/factory.h b/src/factory.h |
index 241a19aa1c375e4abdb1ad15c6d66d210b397a55..a22e12c8b88adcd3d7a617e049e259aab93adbc4 100644 |
--- a/src/factory.h |
+++ b/src/factory.h |
@@ -253,6 +253,7 @@ class Factory V8_FINAL { |
Handle<PropertyCell> NewPropertyCell(Handle<Object> value); |
+ // Allocate a tenured AllocationSite. It's payload is null. |
Handle<AllocationSite> NewAllocationSite(); |
Handle<Map> NewMap( |
@@ -323,9 +324,6 @@ class Factory V8_FINAL { |
bool allocate_properties = true, |
Handle<AllocationSite> allocation_site = Handle<AllocationSite>::null()); |
- Handle<JSObject> NewJSObjectFromMapForDeoptimizer( |
- Handle<Map> map, PretenureFlag pretenure = NOT_TENURED); |
- |
// JS modules are pretenured. |
Handle<JSModule> NewJSModule(Handle<Context> context, |
Handle<ScopeInfo> scope_info); |