[webkit-changes] [WebKit/WebKit] a73515: Add null checks in IDBTransaction::putOrAddOnServer
Sihui
noreply at github.com
Wed Feb 19 11:39:28 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a735157e4c469391bd6add83847e932295657a5e
https://github.com/WebKit/WebKit/commit/a735157e4c469391bd6add83847e932295657a5e
Author: Sihui Liu <sihui_liu at apple.com>
Date: 2025-02-19 (Wed, 19 Feb 2025)
Changed paths:
M Source/WebCore/Modules/indexeddb/IDBTransaction.cpp
Log Message:
-----------
Add null checks in IDBTransaction::putOrAddOnServer
https://bugs.webkit.org/show_bug.cgi?id=287852
rdar://145022039
Reviewed by Basuke Suzuki.
Post-commit fix after 290541 at main: the release assertions were added for debugging purpose and they should be dropped
now that we have early returns.
* Source/WebCore/Modules/indexeddb/IDBTransaction.cpp:
(WebCore::IDBTransaction::putOrAddOnServer):
Canonical link: https://commits.webkit.org/290629@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