[webkit-changes] [WebKit/WebKit] c9d2eb: REGRESSION(284303 at main): UIProcess/ProcessThrottle...

Fujii Hironori noreply at github.com
Thu Sep 26 14:49:21 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c9d2eb6862cf67e7f49cd13ba85de888f5f84db9
      https://github.com/WebKit/WebKit/commit/c9d2eb6862cf67e7f49cd13ba85de888f5f84db9
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2024-09-26 (Thu, 26 Sep 2024)

  Changed paths:
    M Source/WebKit/UIProcess/ProcessThrottler.cpp

  Log Message:
  -----------
  REGRESSION(284303 at 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


More information about the webkit-changes mailing list