[webkit-changes] [WebKit/WebKit] 2eed04: Null check m_currentOpenDBRequest in notifyCurrent...
Alex Christensen
noreply at github.com
Fri Oct 20 23:36:09 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2eed0466d7087a67e3b65404c23d3e1622e6ae15
https://github.com/WebKit/WebKit/commit/2eed0466d7087a67e3b65404c23d3e1622e6ae15
Author: Alex Christensen <achristensen at apple.com>
Date: 2023-10-20 (Fri, 20 Oct 2023)
Changed paths:
M Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp
Log Message:
-----------
Null check m_currentOpenDBRequest in notifyCurrentRequestConnectionClosedOrFiredVersionChangeEvent
https://bugs.webkit.org/show_bug.cgi?id=263474
rdar://116852330
Reviewed by Sihui Liu.
Crash logs indicate this is necessary.
* Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:
(WebCore::IDBServer::UniqueIDBDatabase::didFireVersionChangeEvent):
Canonical link: https://commits.webkit.org/269623@main
More information about the webkit-changes
mailing list