| Index: runtime/vm/intermediate_language.h
|
| diff --git a/runtime/vm/intermediate_language.h b/runtime/vm/intermediate_language.h
|
| index 332ec42fabd32fc934df1629cfbff7fb306f09a9..1237f56fe813b774e5e87e17c169e82893b8242a 100644
|
| --- a/runtime/vm/intermediate_language.h
|
| +++ b/runtime/vm/intermediate_language.h
|
| @@ -1154,7 +1154,7 @@ class JoinEntryInstr : public BlockEntryInstr {
|
| private:
|
| // Classes that have access to predecessors_ when inlining.
|
| friend class BlockEntryInstr;
|
| - friend class ValueInliningContext;
|
| + friend class InliningContext;
|
|
|
| // Direct access to phis_ in order to resize it due to phi elimination.
|
| friend class ConstantPropagator;
|
|
|