Index: src/deoptimizer.cc |
diff --git a/src/deoptimizer.cc b/src/deoptimizer.cc |
index dd274ede99454529b6d7ab89bdb5891fdee44995..467931c04a5c94f5211f90ab696453846a0724fc 100644 |
--- a/src/deoptimizer.cc |
+++ b/src/deoptimizer.cc |
@@ -719,7 +719,7 @@ int Deoptimizer::GetOutputInfo(DeoptimizationOutputData* data, |
OFStream os(stderr); |
os << "[couldn't find pc offset for node=" << id.ToInt() << "]\n" |
<< "[method: " << shared->DebugName()->ToCString().get() << "]\n" |
- << "[source:\n" << SourceCodeOf(shared) << "\n]" << endl; |
+ << "[source:\n" << SourceCodeOf(shared) << "\n]" << std::endl; |
FATAL("unable to find pc offset during deoptimization"); |
return -1; |