[webkit-changes] [WebKit/WebKit] f4b8a8: [GLIB] Fix clang build (-Werror, -Wunused-lambda-ca...

Patrick noreply at github.com
Thu Apr 20 01:03:39 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f4b8a8d64dd384a0cda1c09193eab02a7df6ac7c
      https://github.com/WebKit/WebKit/commit/f4b8a8d64dd384a0cda1c09193eab02a7df6ac7c
  Author: Patrick Griffis <pgriffis at igalia.com>
  Date:   2023-04-20 (Thu, 20 Apr 2023)

  Changed paths:
    M Source/WebCore/Modules/mediastream/gstreamer/GStreamerDataChannelHandler.cpp

  Log Message:
  -----------
  [GLIB] Fix clang build (-Werror,-Wunused-lambda-capture)
https://bugs.webkit.org/show_bug.cgi?id=255674

Reviewed by Michael Catanzaro.

Depending on the GStreamer version this fails to compile, just ensure `this` is
always used.

* Source/WebCore/Modules/mediastream/gstreamer/GStreamerDataChannelHandler.cpp:
(WebCore::GStreamerDataChannelHandler::onMessageData):

Canonical link: https://commits.webkit.org/263166@main




More information about the webkit-changes mailing list