Bug 195570

Summary: Layout Test imported/w3c/web-platform-tests/IndexedDB/transaction-abort-request-error.html is failing
Product: WebKit Reporter: Sihui Liu <sihui_liu>
Component: New BugsAssignee: Sihui Liu <sihui_liu>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, alecflett, beidson, commit-queue, ews-watchlist, jsbell, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Sihui Liu
Reported 2019-03-11 13:36:23 PDT
Request result should be undefined if it's never set.
Attachments
Patch (4.50 KB, patch)
2019-03-11 13:39 PDT, Sihui Liu
no flags
Sihui Liu
Comment 1 2019-03-11 13:39:14 PDT
Alex Christensen
Comment 2 2019-03-11 15:47:26 PDT
Comment on attachment 364282 [details] Patch Could we instead have this in the header? Then we could remove all of these. Result m_result { NullResultType::Undefined };
Sihui Liu
Comment 3 2019-03-11 18:30:20 PDT
(In reply to Alex Christensen from comment #2) > Comment on attachment 364282 [details] > Patch > > Could we instead have this in the header? Then we could remove all of these. > > Result m_result { NullResultType::Undefined }; Tried this and it caused problem to forward declarations in IDBRequest.h, so I guess this doesn't work..
Brady Eidson
Comment 4 2019-03-12 11:33:56 PDT
Comment on attachment 364282 [details] Patch Hah.
WebKit Commit Bot
Comment 5 2019-03-12 12:28:46 PDT
Comment on attachment 364282 [details] Patch Clearing flags on attachment: 364282 Committed r242815: <https://trac.webkit.org/changeset/242815>
WebKit Commit Bot
Comment 6 2019-03-12 12:28:47 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 7 2019-03-12 12:29:21 PDT
Note You need to log in before you can comment on or make changes to this bug.