Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: cf6d1777a8618f18e18f3dccd46341bf115e4648
https://github.com/WebKit/WebKit/commit/cf6d1777a8618f18e18f3dccd46341bf115e4648
Author: Diego Pino Garcia <[email protected]>
Date: 2025-10-23 (Thu, 23 Oct 2025)
Changed paths:
M Source/WebKit/WebProcess/InjectedBundle/API/glib/DOM/DOMObjectCache.cpp
M Source/WebKit/WebProcess/Network/WebLoaderStrategy.cpp
M Source/WebKit/WebProcess/Network/WebResourceLoader.cpp
M Source/WebKit/WebProcess/WebCoreSupport/WebContextMenuClient.cpp
M Tools/TestWebKitAPI/Tests/WebKitGLib/TestWebKitWebContext.cpp
Log Message:
-----------
[GTK] Build fix for GTK3 after 301873@main
https://bugs.webkit.org/show_bug.cgi?id=301181
Reviewed by Carlos Garcia Campos.
After 301873@main, class 'DOMWindowObserver' has only WeakPtr data
members, which triggers an assert. The patch marks parent class
'DOMObjectCacheFrameObserver' as
'IsDeprecatedWeakRefSmartPointerException' to prevent the assert.
In addition, this change also adds a few missing headers and fixes a
build error in 'TestWebKitWebContext.cpp'. All these changes are needed
to get a successful GTK3 build.
Canonical link: https://commits.webkit.org/302070@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications