Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c9d2eb6862cf67e7f49cd13ba85de888f5f84db9
https://github.com/WebKit/WebKit/commit/c9d2eb6862cf67e7f49cd13ba85de888f5f84db9
Author: Fujii Hironori <[email protected]>
Date: 2024-09-26 (Thu, 26 Sep 2024)
Changed paths:
M Source/WebKit/UIProcess/ProcessThrottler.cpp
Log Message:
-----------
REGRESSION(284303@main): UIProcess/ProcessThrottler.cpp(318,25): error:
unused variable 'probableWakeupReason'
https://bugs.webkit.org/show_bug.cgi?id=280432
Reviewed by Chris Dumez.
Windows port couldn't compile with clang-19 after
<https://commits.webkit.org/284303@main>. 'probableWakeupReason' was
an unused variable if RELEASE_LOG_DISABLED. It doesn't support
RELEASE_LOG yet.
* Source/WebKit/UIProcess/ProcessThrottler.cpp:
(WebKit::ProcessThrottler::updateThrottleStateIfNeeded):
Conditioned out the code with !RELEASE_LOG_DISABLED.
Canonical link: https://commits.webkit.org/284318@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes