| Summary: | AX: Handle null FileList in RenderFileUploadControl::fileTextValue() | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Tyler Wilcock <tyler_w> | ||||||
| Component: | Accessibility | Assignee: | Tyler Wilcock <tyler_w> | ||||||
| Status: | RESOLVED FIXED | ||||||||
| Severity: | Normal | CC: | andresg_22, cdumez, cfleizach, changseok, esprehn+autocc, ews-watchlist, glenn, kondapallykalyan, mifenton, pdr, webkit-bug-importer | ||||||
| Priority: | P2 | Keywords: | InRadar | ||||||
| Version: | WebKit Nightly Build | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Attachments: |
|
||||||||
|
Description
Tyler Wilcock
2022-03-01 17:13:00 PST
Created attachment 453555 [details]
Patch
Comment on attachment 453555 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=453555&action=review > Source/WebCore/rendering/RenderFileUploadControl.cpp:261 > + return String(); return { }; Created attachment 453559 [details]
Patch
> > Source/WebCore/rendering/RenderFileUploadControl.cpp:261
> > + return String();
>
> return { };
Fixed.
Committed r290738 (247984@main): <https://commits.webkit.org/247984@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 453559 [details]. |