Index: src/hydrogen.cc |
diff --git a/src/hydrogen.cc b/src/hydrogen.cc |
index 663bafbde766fe7547bdc14a79649a7f4c5745c6..49b8e31dc8789367f7d1ab4c954e7a66f1f16d5a 100644 |
--- a/src/hydrogen.cc |
+++ b/src/hydrogen.cc |
@@ -3509,9 +3509,7 @@ int HGraph::TraceInlinedFunction( |
os << "--- FUNCTION SOURCE (" << shared->DebugName()->ToCString().get() |
<< ") id{" << info()->optimization_id() << "," << id << "} ---\n"; |
{ |
- ConsStringIteratorOp op; |
StringCharacterStream stream(String::cast(script->source()), |
- &op, |
shared->start_position()); |
// fun->end_position() points to the last character in the stream. We |
// need to compensate by adding one to calculate the length. |