[webkit-reviews] review granted: [Bug 233229] Fix formatting and string literals in FileInputType.cpp : [Attachment 444463] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 17 07:19:15 PST 2021


Chris Dumez <cdumez at apple.com> has granted Andreu Botella
<andreu at andreubotella.com>'s request for review:
Bug 233229: Fix formatting and string literals in FileInputType.cpp
https://bugs.webkit.org/show_bug.cgi?id=233229

Attachment 444463: Patch

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




--- Comment #2 from Chris Dumez <cdumez at apple.com> ---
Comment on attachment 444463
  --> https://bugs.webkit.org/attachment.cgi?id=444463
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?


More information about the webkit-reviews mailing list