[webkit-changes] [WebKit/WebKit] 18670f: [GLib] Fix CLang build after switch to C++23

Philippe Normand noreply at github.com
Fri Jun 21 03:31:04 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 18670f2c3a78d7e7b8b81154f50ff69558db1579
      https://github.com/WebKit/WebKit/commit/18670f2c3a78d7e7b8b81154f50ff69558db1579
  Author: Philippe Normand <philn at igalia.com>
  Date:   2024-06-21 (Fri, 21 Jun 2024)

  Changed paths:
    M Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp
    M Source/WebKit/UIProcess/API/glib/WebKitWebView.cpp

  Log Message:
  -----------
  [GLib] Fix CLang build after switch to C++23
https://bugs.webkit.org/show_bug.cgi?id=275728

Unreviewed, remove forward-declaration of classes used in std::unique_ptr<T>. Since C++23 unique_ptr seems to
expect a complete type.

* Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp:
(WebKitAutomationClient::browserVersion const):
(WebKitAutomationClient::requestAutomationSession):
* Source/WebKit/UIProcess/API/glib/WebKitWebView.cpp:
(PageLoadStateObserver::didChangeIsLoading):
(PageLoadStateObserver::didChangeTitle):
(PageLoadStateObserver::willChangeActiveURL):
(PageLoadStateObserver::didChangeActiveURL):

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