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

Unified Diff: src/transitions.h

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/safepoint-table.cc ('k') | src/types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/transitions.h
diff --git a/src/transitions.h b/src/transitions.h
index 21c02ac1ad53babf0538adb020192332dd64e246..4aad7274dde573471e9d88eea7160942a1de0af7 100644
--- a/src/transitions.h
+++ b/src/transitions.h
@@ -140,7 +140,7 @@ class TransitionArray: public FixedArray {
#ifdef OBJECT_PRINT
// Print all the transitions.
- void PrintTransitions(OStream& os); // NOLINT
+ void PrintTransitions(std::ostream& os); // NOLINT
#endif
#ifdef DEBUG
« no previous file with comments | « src/safepoint-table.cc ('k') | src/types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698