| 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 985a5a49de1109080a9f5f912a0110aced75778a..4edc10964cda010fbdf196fddd92370de3b3146b 100644 | 
| --- a/src/crankshaft/ia32/lithium-codegen-ia32.cc | 
| +++ b/src/crankshaft/ia32/lithium-codegen-ia32.cc | 
| @@ -327,8 +327,7 @@ bool LCodeGen::GenerateDeferredCode() { | 
|  | 
| HValue* value = | 
| instructions_->at(code->instruction_index())->hydrogen_value(); | 
| -      RecordAndWritePosition( | 
| -          chunk()->graph()->SourcePositionToScriptPosition(value->position())); | 
| +      RecordAndWritePosition(value->position()); | 
|  | 
| Comment(";;; <@%d,#%d> " | 
| "-------------------- Deferred %s --------------------", | 
|  |