| Index: src/crankshaft/ia32/lithium-codegen-ia32.cc
 | 
| diff --git a/src/crankshaft/ia32/lithium-codegen-ia32.cc b/src/crankshaft/ia32/lithium-codegen-ia32.cc
 | 
| index 2f81e2ebb5e019c05be843c92ac94fe15d6ee289..04385d9de56a712b33e860eb5e9a6103ab83375b 100644
 | 
| --- a/src/crankshaft/ia32/lithium-codegen-ia32.cc
 | 
| +++ b/src/crankshaft/ia32/lithium-codegen-ia32.cc
 | 
| @@ -810,7 +810,6 @@ void LCodeGen::RecordSafepointWithRegisters(LPointerMap* pointers,
 | 
|  void LCodeGen::RecordAndWritePosition(int position) {
 | 
|    if (position == RelocInfo::kNoPosition) return;
 | 
|    masm()->positions_recorder()->RecordPosition(position);
 | 
| -  masm()->positions_recorder()->WriteRecordedPositions();
 | 
|  }
 | 
|  
 | 
|  
 | 
| 
 |