| Index: src/compiler/js-native-context-specialization.h
|
| diff --git a/src/compiler/js-native-context-specialization.h b/src/compiler/js-native-context-specialization.h
|
| index 5405d1e5486aa2ba70bf40f8c22e8ff7887bf035..bf48d2f10025341c4a7f9c48d3f291a736413131 100644
|
| --- a/src/compiler/js-native-context-specialization.h
|
| +++ b/src/compiler/js-native-context-specialization.h
|
| @@ -100,6 +100,7 @@ class JSNativeContextSpecialization final : public AdvancedReducer {
|
|
|
| // Construct the appropriate subgraph for property access.
|
| ValueEffectControl BuildPropertyAccess(Node* receiver, Node* value,
|
| + Node* context, Node* frame_state,
|
| Node* effect, Node* control,
|
| Handle<Name> name,
|
| Handle<Context> native_context,
|
|
|