| Index: src/compiler/linkage.h
|
| diff --git a/src/compiler/linkage.h b/src/compiler/linkage.h
|
| index c5cef5e35fdfbab7a52fc646bb168aec9d557956..63d9f1bff22d650758bc86c394a2029c4c303ccd 100644
|
| --- a/src/compiler/linkage.h
|
| +++ b/src/compiler/linkage.h
|
| @@ -143,8 +143,8 @@ class CallDescriptor FINAL : public ZoneObject {
|
|
|
| DEFINE_OPERATORS_FOR_FLAGS(CallDescriptor::Flags)
|
|
|
| -OStream& operator<<(OStream& os, const CallDescriptor& d);
|
| -OStream& operator<<(OStream& os, const CallDescriptor::Kind& k);
|
| +std::ostream& operator<<(std::ostream& os, const CallDescriptor& d);
|
| +std::ostream& operator<<(std::ostream& os, const CallDescriptor::Kind& k);
|
|
|
| // Defines the linkage for a compilation, including the calling conventions
|
| // for incoming parameters and return value(s) as well as the outgoing calling
|
|
|