| Index: runtime/vm/flow_graph_builder.cc
|
| diff --git a/runtime/vm/flow_graph_builder.cc b/runtime/vm/flow_graph_builder.cc
|
| index 490ce83bf0efe8a1b57b5a81ea30c26ced271569..876db4993e9086e393572fe37c47147d1879fdff 100644
|
| --- a/runtime/vm/flow_graph_builder.cc
|
| +++ b/runtime/vm/flow_graph_builder.cc
|
| @@ -461,6 +461,7 @@ void EffectGraphVisitor::Bailout(const char* reason) {
|
|
|
|
|
| void EffectGraphVisitor::InlineBailout(const char* reason) {
|
| + owner()->parsed_function().function().set_is_inlinable(false);
|
| if (owner()->InInliningContext()) owner()->Bailout(reason);
|
| }
|
|
|
|
|