Index: src/compiler/js-operator.cc |
diff --git a/src/compiler/js-operator.cc b/src/compiler/js-operator.cc |
index aa76a3b6f51e139865dd766f1845d7301499f0df..195bdbc8680827682441fcaf073454c7cbbedf94 100644 |
--- a/src/compiler/js-operator.cc |
+++ b/src/compiler/js-operator.cc |
@@ -402,7 +402,7 @@ const Operator* JSOperatorBuilder::CreateCatchContext( |
return new (zone()) Operator1<Unique<String>>( // -- |
IrOpcode::kJSCreateCatchContext, Operator::kNoProperties, // opcode |
"JSCreateCatchContext", // name |
- 1, 1, 1, 1, 1, 0, // counts |
+ 2, 1, 1, 1, 1, 0, // counts |
name); // parameter |
} |