[webkit-changes] [WebKit/WebKit] a65bf7: Allow hex() to be used with LOG_WITH_STREAM()
Myles C. Maxfield
noreply at github.com
Thu Aug 31 01:54:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a65bf781e6e6cb1dbc09b0686b44c940f276823d
https://github.com/WebKit/WebKit/commit/a65bf781e6e6cb1dbc09b0686b44c940f276823d
Author: Myles C. Maxfield <mmaxfield at apple.com>
Date: 2023-08-31 (Thu, 31 Aug 2023)
Changed paths:
M Source/WTF/wtf/text/TextStream.cpp
M Source/WTF/wtf/text/TextStream.h
M Tools/TestWebKitAPI/Tests/WTF/cocoa/TextStreamCocoa.cpp
Log Message:
-----------
Allow hex() to be used with LOG_WITH_STREAM()
https://bugs.webkit.org/show_bug.cgi?id=260945
rdar://114742843
Reviewed by Simon Fraser.
TextStream just needs to be able to use the return type of hex().
* Source/WTF/wtf/text/TextStream.cpp:
(WTF::TextStream::operator<<):
* Source/WTF/wtf/text/TextStream.h:
* Tools/TestWebKitAPI/Tests/WTF/cocoa/TextStreamCocoa.cpp:
(TEST):
Canonical link: https://commits.webkit.org/267490@main
More information about the webkit-changes
mailing list