Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(371)

Unified Diff: src/typing.cc

Issue 618643002: Replace OStream with std::ostream. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/types.cc ('k') | src/x64/lithium-x64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/typing.cc
diff --git a/src/typing.cc b/src/typing.cc
index 02c9603efe46dd983ef80961a28c98a734a2cd45..a94cf623ed69201f78ca0e2caa4ca7088dc2ccef 100644
--- a/src/typing.cc
+++ b/src/typing.cc
@@ -56,7 +56,7 @@ void AstTyper::Run(CompilationInfo* info) {
var->name()->Print(os);
os << " : " << Brief(value) << " -> ";
type->PrintTo(os);
- os << endl;
+ os << std::endl;
}
#endif // OBJECT_PRINT
« no previous file with comments | « src/types.cc ('k') | src/x64/lithium-x64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698