| Index: src/compiler/ast-graph-builder.cc
|
| diff --git a/src/compiler/ast-graph-builder.cc b/src/compiler/ast-graph-builder.cc
|
| index 2a0b159feeb894751943a31e90c37150f287b6c4..e5941f87200b85535c8074a8f9d6a06c716e300d 100644
|
| --- a/src/compiler/ast-graph-builder.cc
|
| +++ b/src/compiler/ast-graph-builder.cc
|
| @@ -670,7 +670,7 @@ void AstGraphBuilder::Environment::UpdateStateValues(Node** state_values,
|
| }
|
| }
|
| if (should_update) {
|
| - const Operator* op = common()->StateValues(count);
|
| + const Operator* op = common()->StateValues(count, 0u);
|
| (*state_values) = graph()->NewNode(op, count, env_values);
|
| }
|
| }
|
|
|