RESOLVED FIXED196319
IDBRequest::dispatchEvent should check nullability of m_transaction before operations that rely on it to be non null
https://bugs.webkit.org/show_bug.cgi?id=196319
Summary IDBRequest::dispatchEvent should check nullability of m_transaction before op...
Jiewen Tan
Reported 2019-03-27 14:47:20 PDT
IDBRequest::dispatchEvent should check nullability of m_transaction before operations that rely on it to be non null.
Attachments
Patch (2.61 KB, patch)
2019-03-27 17:33 PDT, Jiewen Tan
achristensen: review+
Radar WebKit Bug Importer
Comment 1 2019-03-27 15:08:26 PDT
Jiewen Tan
Comment 2 2019-03-27 17:33:13 PDT
Alex Christensen
Comment 3 2019-03-28 14:13:43 PDT
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.
Jiewen Tan
Comment 4 2019-03-28 14:16:36 PDT
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.
Jiewen Tan
Comment 5 2019-03-28 14:26:47 PDT
Note You need to log in before you can comment on or make changes to this bug.