Bug 255674

Summary: [GLIB] Fix clang build (-Werror,-Wunused-lambda-capture)
Product: WebKit Reporter: Patrick Griffis <pgriffis>
Component: WebKitGTKAssignee: Patrick Griffis <pgriffis>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Patrick Griffis 2023-04-19 13:22:13 PDT
/app/webkit/Source/WebCore/Modules/mediastream/gstreamer/GStreamerDataChannelHandler.cpp:336:15: error: lambda capture 'this' is not used [-Werror,-Wunused-lambda-capture]
        postTask([this, client = m_client, bytes = GRefPtr<GBytes>(bytes)] {
                  ^~~~~
Comment 1 Patrick Griffis 2023-04-19 13:22:47 PDT
Pull request: https://github.com/WebKit/WebKit/pull/12930
Comment 2 EWS 2023-04-20 01:03:30 PDT
Committed 263166@main (f4b8a8d64dd3): <https://commits.webkit.org/263166@main>

Reviewed commits have been landed. Closing PR #12930 and removing active labels.