summaryrefslogtreecommitdiff
path: root/deps/v8/src/code-factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/code-factory.h')
-rw-r--r--deps/v8/src/code-factory.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/deps/v8/src/code-factory.h b/deps/v8/src/code-factory.h
index cba6136a38..3e8bc3790c 100644
--- a/deps/v8/src/code-factory.h
+++ b/deps/v8/src/code-factory.h
@@ -59,8 +59,7 @@ class V8_EXPORT_PRIVATE CodeFactory final {
OrdinaryToPrimitiveHint hint);
static Callable StringAdd(Isolate* isolate,
- StringAddFlags flags = STRING_ADD_CHECK_NONE,
- PretenureFlag pretenure_flag = NOT_TENURED);
+ StringAddFlags flags = STRING_ADD_CHECK_NONE);
static Callable FastNewFunctionContext(Isolate* isolate,
ScopeType scope_type);