| 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 b501b7ac2505223f1ec8327602010e7a24b9660a..b76744e199241e66904a3eb1d9f17aae8eb04110 100644
|
| --- a/src/compiler/js-native-context-specialization.cc
|
| +++ b/src/compiler/js-native-context-specialization.cc
|
| @@ -614,7 +614,7 @@ Reduction JSNativeContextSpecialization::ReduceElementAccess(
|
| fallthrough_control);
|
| this_controls.push_back(
|
| graph()->NewNode(common()->IfTrue(), branch));
|
| - this_effects.push_back(effect);
|
| + this_effects.push_back(this_effect);
|
| fallthrough_control =
|
| graph()->NewNode(common()->IfFalse(), branch);
|
| }
|
|
|