| Index: src/compiler/js-native-context-specialization.cc
|
| diff --git a/src/compiler/js-native-context-specialization.cc b/src/compiler/js-native-context-specialization.cc
|
| index 4ab0ad8eded8d95781f53a2ee93b777da8e01fd2..342ec125f81886fe74152758afc42962fd4cb6a8 100644
|
| --- a/src/compiler/js-native-context-specialization.cc
|
| +++ b/src/compiler/js-native-context-specialization.cc
|
| @@ -1006,7 +1006,7 @@ JSNativeContextSpecialization::BuildPropertyAccess(
|
| common()->FrameState(BailoutId::None(),
|
| OutputFrameStateCombine::Ignore(),
|
| frame_info0),
|
| - graph()->NewNode(common()->StateValues(1), receiver),
|
| + graph()->NewNode(common()->StateValues(1, 0u), receiver),
|
| jsgraph()->EmptyStateValues(), jsgraph()->EmptyStateValues(),
|
| context, target, frame_state);
|
|
|
| @@ -1043,7 +1043,7 @@ JSNativeContextSpecialization::BuildPropertyAccess(
|
| common()->FrameState(BailoutId::None(),
|
| OutputFrameStateCombine::Ignore(),
|
| frame_info0),
|
| - graph()->NewNode(common()->StateValues(2), receiver, value),
|
| + graph()->NewNode(common()->StateValues(2, 0u), receiver, value),
|
| jsgraph()->EmptyStateValues(), jsgraph()->EmptyStateValues(),
|
| context, target, frame_state);
|
|
|
|
|