Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ec033bb5faaef26ed36faf7c51bb60935779fb1c
https://github.com/WebKit/WebKit/commit/ec033bb5faaef26ed36faf7c51bb60935779fb1c
Author: Ryosuke Niwa <[email protected]>
Date: 2026-08-19 (Wed, 19 Aug 2026)
Changed paths:
M Source/WebCore/Modules/webtransport/WebTransportDatagramDuplexStream.h
M Source/WebCore/SaferCPPExpectations/UncountedCallArgsCheckerExpectations
Log Message:
-----------
Safer C++: Address a warning in DatagramSink.cpp
https://bugs.webkit.org/show_bug.cgi?id=322089
Reviewed by Chris Dumez.
Fix the warning in DatagramSink.cpp by marking
WebTransportDatagramDuplexStream::maxDatagramSize
NODELETE since it just returns a constant number.
No new tests since there should be no behavioral changes.
* Source/WebCore/Modules/webtransport/WebTransportDatagramDuplexStream.h:
* Source/WebCore/SaferCPPExpectations/UncountedCallArgsCheckerExpectations:
Canonical link: https://commits.webkit.org/319438@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications