| Index: src/code-stub-assembler.h
|
| diff --git a/src/code-stub-assembler.h b/src/code-stub-assembler.h
|
| index 63ff66a2e7f73a6cb16e5592358fe7f3b8ca2c49..4086100e0875572fe42664e06709d6759af4af5d 100644
|
| --- a/src/code-stub-assembler.h
|
| +++ b/src/code-stub-assembler.h
|
| @@ -1096,8 +1096,8 @@ class V8_EXPORT_PRIVATE CodeStubAssembler : public compiler::CodeAssembler {
|
| // provides a helper for certain init patterns.
|
| void PromiseSet(Node* promise, Node* status, Node* result);
|
|
|
| - Node* AllocatePromiseReactionJobInfo(Node* value, Node* tasks, Node* deferred,
|
| - Node* context);
|
| + Node* AllocatePromiseReactionJobInfo(Node* value, Node* promise, Node* tasks,
|
| + Node* deferred, Node* context);
|
|
|
| protected:
|
| void DescriptorLookupLinear(Node* unique_name, Node* descriptors, Node* nof,
|
|
|