Index: src/crankshaft/mips/lithium-codegen-mips.cc |
diff --git a/src/crankshaft/mips/lithium-codegen-mips.cc b/src/crankshaft/mips/lithium-codegen-mips.cc |
index 1297aab3439f969309aea4f37d6555168e9bc1d7..b826c6cd4521f7eed3c482f9d41646aa08d7120e 100644 |
--- a/src/crankshaft/mips/lithium-codegen-mips.cc |
+++ b/src/crankshaft/mips/lithium-codegen-mips.cc |
@@ -286,8 +286,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 --------------------", |