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