Index: src/compiler/pipeline.cc |
diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc |
index 7937daf1bc8c65361fcbf322200fe577dad6d9ba..250999c5441b95bf8d46b32f3a92396461d4da2d 100644 |
--- a/src/compiler/pipeline.cc |
+++ b/src/compiler/pipeline.cc |
@@ -200,7 +200,7 @@ Handle<Code> Pipeline::GenerateCode() { |
VerifyAndPrintGraph(&graph, "Context specialized"); |
} |
- if (FLAG_turbo_inlining) { |
+ if (info()->is_inlining_enabled()) { |
SourcePositionTable::Scope pos(&source_positions, |
SourcePosition::Unknown()); |
JSInliner inliner(info(), &jsgraph); |