[webkit-reviews] review granted: [Bug 91702] Files from drag and file <input> should use getMIMETypeForExtension to determine content type. : [Attachment 153918] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 23 17:49:32 PDT 2012


Jian Li <jianli at chromium.org> has granted Daniel Cheng <dcheng at chromium.org>'s
request for review:
Bug 91702: Files from drag and file <input> should use getMIMETypeForExtension
to determine content type.
https://bugs.webkit.org/show_bug.cgi?id=91702

Attachment 153918: Patch
https://bugs.webkit.org/attachment.cgi?id=153918&action=review

------- Additional Comments from Jian Li <jianli at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=153918&action=review


> Source/WebCore/fileapi/File.h:47
> +    static PassRefPtr<File> create(const String& path,
ContentTypeLookupPolicy policy = WellKnownContentTypes)

nit: empty line before the enum definition and the creator definition .


More information about the webkit-reviews mailing list