| Index: runtime/vm/intermediate_language.h
|
| diff --git a/runtime/vm/intermediate_language.h b/runtime/vm/intermediate_language.h
|
| index 9ac45c16918933117c56e0a8724902d5175011fd..6d4307bc8bcfdd6aeb7f58154c3e39add6f09ee5 100644
|
| --- a/runtime/vm/intermediate_language.h
|
| +++ b/runtime/vm/intermediate_language.h
|
| @@ -1204,7 +1204,7 @@ class JoinEntryInstr : public BlockEntryInstr {
|
| private:
|
| // Classes that have access to predecessors_ when inlining.
|
| friend class BlockEntryInstr;
|
| - friend class InliningContext;
|
| + friend class InlineExitCollector;
|
|
|
| // Direct access to phis_ in order to resize it due to phi elimination.
|
| friend class ConstantPropagator;
|
|
|