| Index: src/compiler/js-operator.cc
|
| diff --git a/src/compiler/js-operator.cc b/src/compiler/js-operator.cc
|
| index c4500a50bb7c220331ff787147db5fbe71a84a40..3578828f97edde128ba44d4c683eb762e870643c 100644
|
| --- a/src/compiler/js-operator.cc
|
| +++ b/src/compiler/js-operator.cc
|
| @@ -363,7 +363,7 @@ const CreateClosureParameters& CreateClosureParametersOf(const Operator* op) {
|
| V(ToName, Operator::kNoProperties, 1, 1) \
|
| V(ToObject, Operator::kNoProperties, 1, 1) \
|
| V(Yield, Operator::kNoProperties, 1, 1) \
|
| - V(Create, Operator::kEliminatable, 0, 1) \
|
| + V(Create, Operator::kEliminatable, 1, 1) \
|
| V(HasProperty, Operator::kNoProperties, 2, 1) \
|
| V(TypeOf, Operator::kEliminatable, 1, 1) \
|
| V(InstanceOf, Operator::kNoProperties, 2, 1) \
|
|
|