Index: src/code-stubs.h |
diff --git a/src/code-stubs.h b/src/code-stubs.h |
index a38fcef46fe175871bf27c05270a7896db8ad848..f6fc47dce468b2fc0082d34330f28e7bae0df8cf 100644 |
--- a/src/code-stubs.h |
+++ b/src/code-stubs.h |
@@ -1274,9 +1274,9 @@ class FastCloneShallowArrayStub : public TurboFanCodeStub { |
static compiler::Node* Generate(CodeStubAssembler* assembler, |
compiler::Node* closure, |
compiler::Node* literal_index, |
- compiler::Node* constant_elements, |
compiler::Node* context, |
- AllocationSiteMode allocation_site_mode); |
+ AllocationSiteMode allocation_site_mode, |
+ CodeStubAssembler::Label* call_runtime); |
AllocationSiteMode allocation_site_mode() const { |
return AllocationSiteModeBits::decode(minor_key_); |