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

Description Sihui Liu 2019-03-11 13:36:23 PDT
Request result should be undefined if it's never set.
Comment 1 Sihui Liu 2019-03-11 13:39:14 PDT
Created attachment 364282 [details]
Patch
Comment 2 Alex Christensen 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 };
Comment 3 Sihui Liu 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..
Comment 4 Brady Eidson 2019-03-12 11:33:56 PDT
Comment on attachment 364282 [details]
Patch

Hah.
Comment 5 WebKit Commit Bot 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>
Comment 6 WebKit Commit Bot 2019-03-12 12:28:47 PDT
All reviewed patches have been landed.  Closing bug.
Comment 7 Radar WebKit Bug Importer 2019-03-12 12:29:21 PDT
<rdar://problem/48818543>