Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a0ee38482c930f13619aed1c9440fc6c120b3607
https://github.com/WebKit/WebKit/commit/a0ee38482c930f13619aed1c9440fc6c120b3607
Author: Sihui Liu <[email protected]>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
M Source/WebKit/NetworkProcess/storage/SQLiteStorageArea.cpp
Log Message:
-----------
ASSERTION FAILED: checkedPtrCountWithoutThreadCheck() in
SQLiteStorageArea::prepareDatabase
https://bugs.webkit.org/show_bug.cgi?id=299401
rdar://160871229
Reviewed by Ryosuke Niwa.
m_database can be set to null if error occurs, so we should not use CheckedRef
for it.
* Source/WebKit/NetworkProcess/storage/SQLiteStorageArea.cpp:
(WebKit::SQLiteStorageArea::prepareDatabase):
Canonical link: https://commits.webkit.org/300436@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes