[webkit-changes] [WebKit/WebKit] aba257: Fix unused param warning in NetworkStorageManager ...

ykimot noreply at github.com
Mon May 15 08:00:31 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: aba257c0991dfc76097c6efc7c725271c7f98d1b
      https://github.com/WebKit/WebKit/commit/aba257c0991dfc76097c6efc7c725271c7f98d1b
  Author: Yousuke Kimoto <yousuke.kimoto at sony.com>
  Date:   2023-05-15 (Mon, 15 May 2023)

  Changed paths:
    M Source/WebKit/NetworkProcess/storage/NetworkStorageManager.cpp

  Log Message:
  -----------
  Fix unused param warning in NetworkStorageManager again
https://bugs.webkit.org/show_bug.cgi?id=255436

Reviewed by Chris Dumez.

The unused param error due to 'deletedOriginCount' was fixed but
the issue happened again becuase the previous fixed code was deleted
(by 338e1ce). A position where UNSED_PARAM() was placed in the first
fix was not the best position, it adds the macro to in front of the
RELEASE_LOG() at the bottom of performEviction().

* Source/WebKit/NetworkProcess/storage/NetworkStorageManager.cpp:
(WebKit::NetworkStorageManager::performEviction): Added UNSED_PARAM() in front of RELEASE_LOG() at the bottom of performEviction().

Canonical link: https://commits.webkit.org/264071@main




More information about the webkit-changes mailing list