Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e4c015b3fefd986f836c703033642518cb6d4f24
https://github.com/WebKit/WebKit/commit/e4c015b3fefd986f836c703033642518cb6d4f24
Author: Olivier Blin <[email protected]>
Date: 2025-12-09 (Tue, 09 Dec 2025)
Changed paths:
M Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCMediaEndpoint.cpp
M Source/WebCore/html/HTMLMediaElement.cpp
M Source/WebKit/NetworkProcess/storage/SQLiteStorageArea.cpp
Log Message:
-----------
Fix build with release log disabled
https://bugs.webkit.org/show_bug.cgi?id=303741
Reviewed by Chris Dumez and Per Arne Vollan.
* Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCMediaEndpoint.cpp:
(WebCore::LibWebRTCMediaEndpoint::LibWebRTCMediaEndpoint):
peerConnection is only used for logging.
* Source/WebCore/html/HTMLMediaElement.cpp:
(WebCore::HTMLMediaElement::setNetworkState):
(WebCore::HTMLMediaElement::mediaPlayerCharacteristicChanged):
HTMLMEDIAELEMENT_RELEASE_LOG() has an empty body when release log is disabled.
Add a stub body to avoid -Werror=empty-body with one-line control clauses.
* Source/WebKit/NetworkProcess/storage/SQLiteStorageArea.cpp:
(WebKit::SQLiteStorageArea::allItems):
Explicitly cast StorageError enum to uint8_t for log parameter.
Canonical link: https://commits.webkit.org/304148@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications