[webkit-changes] [WebKit/WebKit] 7bfffd: [GTK4] Do not use C++23 std::ranges::contains

Yury Semikhatsky noreply at github.com
Tue Nov 19 15:41:47 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7bfffd11bed04cf1768333d03652c7801d675305
      https://github.com/WebKit/WebKit/commit/7bfffd11bed04cf1768333d03652c7801d675305
  Author: Yury Semikhatsky <yurys at chromium.org>
  Date:   2024-11-19 (Tue, 19 Nov 2024)

  Changed paths:
    M Source/WebKit/UIProcess/API/gtk/DropTargetGtk4.cpp

  Log Message:
  -----------
  [GTK4] Do not use C++23 std::ranges::contains
https://bugs.webkit.org/show_bug.cgi?id=283375

Reviewed by Adrian Perez de Castro.

Use std::ranges::find available in C++20 instead.

* Source/WebKit/UIProcess/API/gtk/DropTargetGtk4.cpp:
(WebKit::DropTarget::accept):

Canonical link: https://commits.webkit.org/286824@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