Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 942635d3ce505a80cb4359e7ff178e1b14529ee1
https://github.com/WebKit/WebKit/commit/942635d3ce505a80cb4359e7ff178e1b14529ee1
Author: Chris Dumez <[email protected]>
Date: 2026-03-26 (Thu, 26 Mar 2026)
Changed paths:
M Source/WebKit/Platform/IPC/StreamConnectionBuffer.h
Log Message:
-----------
Fix copy/paste mistake in StreamConnectionBuffer::maximumSize()
https://bugs.webkit.org/show_bug.cgi?id=310766
Reviewed by Kimmo Kinnunen.
The code was using `ClientOffset::serverIsSleepingTag` twice in std::min(),
which did not make sense. No impact at the moment but still a copy/paste
mistake which could cause trouble in the future.
* Source/WebKit/Platform/IPC/StreamConnectionBuffer.h:
(IPC::StreamConnectionBuffer::maximumSize):
Canonical link: https://commits.webkit.org/309973@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications