Bug 233229

Summary: Fix formatting and string literals in FileInputType.cpp
Product: WebKit Reporter: Andreu Botella <andreu>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, changseok, darin, esprehn+autocc, ews-watchlist, gyuyoung.kim, mifenton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Andreu Botella 2021-11-16 18:05:28 PST
Fix formatting and string literals in FileInputType.cpp
Comment 1 Andreu Botella 2021-11-16 18:09:12 PST
Created attachment 444463 [details]
Patch
Comment 2 Chris Dumez 2021-11-17 07:19:15 PST
Comment on attachment 444463 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=444463&action=review

> Source/WebCore/html/FileInputType.cpp:185
> +        auto file = File::create(document, Blob::create(document, { }, WebCore::defaultMIMEType()), emptyString());

Is "WebCore::" really needed?
Comment 3 Andreu Botella 2021-11-17 08:12:04 PST
Created attachment 444524 [details]
Patch
Comment 4 EWS 2021-11-17 09:27:41 PST
Committed r285932 (244341@main): <https://commits.webkit.org/244341@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 444524 [details].
Comment 5 Radar WebKit Bug Importer 2021-11-17 09:28:21 PST
<rdar://problem/85507623>