Bug 233229 - Fix formatting and string literals in FileInputType.cpp
Summary: Fix formatting and string literals in FileInputType.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-11-16 18:05 PST by Andreu Botella
Modified: 2021-11-17 09:28 PST (History)
8 users (show)

See Also:


Attachments
Patch (2.49 KB, patch)
2021-11-16 18:09 PST, Andreu Botella
no flags Details | Formatted Diff | Diff
Patch (2.46 KB, patch)
2021-11-17 08:12 PST, Andreu Botella
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>