| Index: src/crankshaft/mips64/lithium-codegen-mips64.cc | 
| diff --git a/src/crankshaft/mips64/lithium-codegen-mips64.cc b/src/crankshaft/mips64/lithium-codegen-mips64.cc | 
| index 5c0f41e460830d9de2177f0659d7f94bb2f6a017..352404ad21750a557f3bd6a163d75451eaa5bf77 100644 | 
| --- a/src/crankshaft/mips64/lithium-codegen-mips64.cc | 
| +++ b/src/crankshaft/mips64/lithium-codegen-mips64.cc | 
| @@ -243,8 +243,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 --------------------", | 
|  |