Index: src/compiler/pipeline.cc |
diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc |
index bd99944149ec4adab18c97b2f9f3f85242888131..ca10a8017c7cf57b95902ad8b755beffa85185a3 100644 |
--- a/src/compiler/pipeline.cc |
+++ b/src/compiler/pipeline.cc |
@@ -186,7 +186,7 @@ Handle<Code> Pipeline::GenerateCode() { |
VerifyAndPrintGraph(&graph, "Initial untyped"); |
- if (context_specialization_) { |
+ if (info()->is_context_specializing()) { |
SourcePositionTable::Scope pos(&source_positions, |
SourcePosition::Unknown()); |
// Specialize the code to the context as aggressively as possible. |