| Index: src/hydrogen.h
|
| diff --git a/src/hydrogen.h b/src/hydrogen.h
|
| index 384c79d84b737029a9f28659edf7f73e6fdcf7a7..5c34b683d22c4d6d8f6a98780af32e2bbaee4e9d 100644
|
| --- a/src/hydrogen.h
|
| +++ b/src/hydrogen.h
|
| @@ -215,7 +215,7 @@ class HBasicBlock FINAL : public ZoneObject {
|
| };
|
|
|
|
|
| -OStream& operator<<(OStream& os, const HBasicBlock& b);
|
| +std::ostream& operator<<(std::ostream& os, const HBasicBlock& b);
|
|
|
|
|
| class HPredecessorIterator FINAL BASE_EMBEDDED {
|
| @@ -743,7 +743,7 @@ class HEnvironment FINAL : public ZoneObject {
|
| };
|
|
|
|
|
| -OStream& operator<<(OStream& os, const HEnvironment& env);
|
| +std::ostream& operator<<(std::ostream& os, const HEnvironment& env);
|
|
|
|
|
| class HOptimizedGraphBuilder;
|
|
|