Chromium Code Reviews| Index: src/ic/ic.cc |
| diff --git a/src/ic/ic.cc b/src/ic/ic.cc |
| index b1363f150dc4a546a4808634bb4b34e8cea27787..cb897c718a83b02b155d7d121beefb2a82270e81 100644 |
| --- a/src/ic/ic.cc |
| +++ b/src/ic/ic.cc |
| @@ -2244,7 +2244,7 @@ MaybeHandle<Object> BinaryOpIC::Transition( |
| if (!allocation_site.is_null()) { |
| os << " using allocation site " << static_cast<void*>(*allocation_site); |
| } |
| - os << "]" << endl; |
| + os << "]" << std::endl; |
| } |
| // Patch the inlined smi code as necessary. |