[webkit-changes] [WebKit/WebKit] cc9e17: Drop WTF::makeSpan()
Chris Dumez
noreply at github.com
Fri Oct 18 12:41:53 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: cc9e176c5b2b0bbdc2a252632f27cc459114e57e
https://github.com/WebKit/WebKit/commit/cc9e176c5b2b0bbdc2a252632f27cc459114e57e
Author: Chris Dumez <cdumez at apple.com>
Date: 2024-10-18 (Fri, 18 Oct 2024)
Changed paths:
M Source/WTF/wtf/StdLibExtras.h
M Source/WebKit/NetworkProcess/webrtc/NetworkRTCMonitor.cpp
Log Message:
-----------
Drop WTF::makeSpan()
https://bugs.webkit.org/show_bug.cgi?id=281719
Reviewed by Darin Adler.
Drop WTF::makeSpan() as it does the same thing as one of the std::span
constructors already.
* Source/WTF/wtf/StdLibExtras.h:
(WTF::makeSpan): Deleted.
* Source/WebKit/NetworkProcess/webrtc/NetworkRTCMonitor.cpp:
(WebKit::gatherNetworkMap):
Canonical link: https://commits.webkit.org/285425@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list