IDBRequest::dispatchEvent should check nullability of m_transaction before operations that rely on it to be non null.
<rdar://problem/49355279>
Created attachment 366133 [details] Patch
Comment on attachment 366133 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=366133&action=review > Source/WebCore/ChangeLog:9 > + No change of behavior. Make a note of where the test is that found this.
Comment on attachment 366133 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=366133&action=review Thanks, Alex. >> Source/WebCore/ChangeLog:9 >> + No change of behavior. > > Make a note of where the test is that found this. Done.
Committed r243622: <https://trac.webkit.org/changeset/243622>