| Index: src/compiler/code-generator.cc
|
| diff --git a/src/compiler/code-generator.cc b/src/compiler/code-generator.cc
|
| index 701130c7829769baf10d9abc63f45f5f00d647e1..f3886593b14b5fadd4ccc27be037f88222ce42f1 100644
|
| --- a/src/compiler/code-generator.cc
|
| +++ b/src/compiler/code-generator.cc
|
| @@ -399,7 +399,6 @@ void CodeGenerator::AssembleSourcePosition(Instruction* instr) {
|
| if (source_position.IsUnknown()) return;
|
| int code_pos = source_position.raw();
|
| masm()->positions_recorder()->RecordPosition(code_pos);
|
| - masm()->positions_recorder()->WriteRecordedPositions();
|
| if (FLAG_code_comments) {
|
| CompilationInfo* info = this->info();
|
| if (!info->parse_info()) return;
|
|
|