Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 521c611f97c4524d1145e61d120dab67a51a0673
https://github.com/WebKit/WebKit/commit/521c611f97c4524d1145e61d120dab67a51a0673
Author: Przemyslaw Gorszkowski <[email protected]>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M Source/WebKit/UIProcess/WebPageProxy.cpp
Log Message:
-----------
[GTK][WPE] remove dead code from WebPageProxy::activityStateDidChange
https://bugs.webkit.org/show_bug.cgi?id=305051
Reviewed by Carlos Garcia Campos.
The "#elif PLATFORM(GTK) || PLATFORM(WPE)" is dead because it is handled in
"#if PLATFORM(COCOA) || PLATFORM(GTK) || PLATFORM(WPE)".
* Source/WebKit/UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::activityStateDidChange):
Canonical link: https://commits.webkit.org/305264@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications