[webkit-changes] [WebKit/WebKit] bf7f3e: Fix preferences version format log in NetworkConne...

Olivier Blin noreply at github.com
Fri Jan 31 09:40:32 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: bf7f3e20513409dfaf6ebae465f65893c5b38d19
      https://github.com/WebKit/WebKit/commit/bf7f3e20513409dfaf6ebae465f65893c5b38d19
  Author: Olivier Blin <olivier.blin at softathome.com>
  Date:   2025-01-31 (Fri, 31 Jan 2025)

  Changed paths:
    M Source/WebKit/NetworkProcess/NetworkConnectionToWebProcess.cpp

  Log Message:
  -----------
  Fix preferences version format log in NetworkConnectionToWebProcess
https://bugs.webkit.org/show_bug.cgi?id=286807

Reviewed by Adrian Perez de Castro and Sihui Liu.

Use PRIu64 instead of %llu for m_sharedPreferencesForWebProcess.version,
to fix Linux clang build after 288420 at main.

* Source/WebKit/NetworkProcess/NetworkConnectionToWebProcess.cpp:
(WebKit::m_ipcTester):
(WebKit::NetworkConnectionToWebProcess::dispatchMessage):

Canonical link: https://commits.webkit.org/289608@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