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