Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d3f61673397603f7e29f41501125187b264757df
https://github.com/WebKit/WebKit/commit/d3f61673397603f7e29f41501125187b264757df
Author: Ryosuke Niwa <[email protected]>
Date: 2025-12-19 (Fri, 19 Dec 2025)
Changed paths:
M Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabaseTransaction.cpp
M Source/WebCore/Modules/webaudio/AudioNodeInput.cpp
M Source/WebCore/inspector/agents/InspectorLayerTreeAgent.cpp
M Source/WebCore/inspector/agents/InspectorLayerTreeAgent.h
Log Message:
-----------
Fix outstanding static analyzer warnings in UniqueIDBDatabaseTransaction,
AudioNodeInput, and InspectorLayerTreeAgent
https://bugs.webkit.org/show_bug.cgi?id=304520
Reviewed by Mike Wyrzykowski, John Wilander, and Wenson Hsieh.
Fix the outstanding clang static analyzers warnings.
No new tests since there should be no behavioral differences.
* Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabaseTransaction.cpp:
(WebCore::IDBServer::UniqueIDBDatabaseTransaction::UniqueIDBDatabaseTransaction):
(WebCore::IDBServer::UniqueIDBDatabaseTransaction::~UniqueIDBDatabaseTransaction):
(WebCore::IDBServer::UniqueIDBDatabaseTransaction::didActivateInBackingStore):
* Source/WebCore/Modules/webaudio/AudioNodeInput.cpp:
(WebCore::AudioNodeInput::bus):
* Source/WebCore/inspector/agents/InspectorLayerTreeAgent.cpp:
(WebCore::InspectorLayerTreeAgent::requestContent):
(WebCore::InspectorLayerTreeAgent::bind):
* Source/WebCore/inspector/agents/InspectorLayerTreeAgent.h:
Canonical link: https://commits.webkit.org/304808@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications