Index: src/hydrogen-types.cc |
diff --git a/src/hydrogen-types.cc b/src/hydrogen-types.cc |
index 87047a2552e0daf934cb2b1aa60a6eba107c0d11..a05e30fbe353f36c09141af053902d64e8660c87 100644 |
--- a/src/hydrogen-types.cc |
+++ b/src/hydrogen-types.cc |
@@ -56,7 +56,7 @@ HType HType::FromValue(Handle<Object> value) { |
} |
-OStream& operator<<(OStream& os, const HType& t) { |
+std::ostream& operator<<(std::ostream& os, const HType& t) { |
// Note: The c1visualizer syntax for locals allows only a sequence of the |
// following characters: A-Za-z0-9_-|: |
switch (t.kind_) { |