| 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 efe7cd623b27f9a5b6e1662b804d4cd6598adcae..2cfe8861de924cbbacd2e464bbe5566ba2db104d 100644
|
| --- a/src/compiler/js-native-context-specialization.cc
|
| +++ b/src/compiler/js-native-context-specialization.cc
|
| @@ -892,7 +892,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);
|
|
|
| @@ -929,7 +929,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);
|
|
|
|
|