[webkit-changes] [WebKit/WebKit] 09155c: REGRESSION(290096 at main) [GTK] GTK3 build failure d...
Lauro Moura
noreply at github.com
Mon Feb 10 08:55:31 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 09155c3275c37cd218ce14007d1ad5cb39fb27e4
https://github.com/WebKit/WebKit/commit/09155c3275c37cd218ce14007d1ad5cb39fb27e4
Author: Lauro Moura <lmoura at igalia.com>
Date: 2025-02-10 (Mon, 10 Feb 2025)
Changed paths:
M Source/WebCore/Headers.cmake
M Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentFragment.cpp
M Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentGtk.cpp
Log Message:
-----------
REGRESSION(290096 at main) [GTK] GTK3 build failure due to missing includes for ImportNodeOptions and CustomElementRegistry
https://bugs.webkit.org/show_bug.cgi?id=287405
Reviewed by Michael Catanzaro.
Minor changes, like the typical non-unified build fixes.
* Source/WebCore/Headers.cmake: Export CustomElementRegistry header.
* Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentFragment.cpp: Add missing header.
* Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentGtk.cpp: Add missing header.
(webkit_dom_document_import_node): Add cast, like originally done in
290096 at main in another importNode call
Canonical link: https://commits.webkit.org/290170@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