| Index: src/compiler/code-generator.cc
|
| diff --git a/src/compiler/code-generator.cc b/src/compiler/code-generator.cc
|
| index ce5ce1e2e9d581e3c7855ee4f38ef99cac41fe4e..c4188c7090d9555289abb02013e1183c13b3f55e 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) {
|
| Vector<char> buffer = Vector<char>::New(256);
|
| CompilationInfo* info = this->info();
|
|
|