| Index: src/compiler/instruction-selector.h
|
| diff --git a/src/compiler/instruction-selector.h b/src/compiler/instruction-selector.h
|
| index b8354fcfd1e2aa07bcda1337c1c18687fe444a41..bf8e1b33538a30701f37fe8b3b42d804faee8c87 100644
|
| --- a/src/compiler/instruction-selector.h
|
| +++ b/src/compiler/instruction-selector.h
|
| @@ -213,7 +213,7 @@ class InstructionSelector final {
|
| void VisitBranch(Node* input, BasicBlock* tbranch, BasicBlock* fbranch);
|
| void VisitSwitch(Node* node, const SwitchInfo& sw);
|
| void VisitDeoptimize(Node* value);
|
| - void VisitReturn(Node* value);
|
| + void VisitReturn(Node* ret);
|
| void VisitThrow(Node* value);
|
|
|
| // ===========================================================================
|
|
|