[webkit-reviews] review denied: [Bug 84334] [Chromium] Call mimeRegistry directly : [Attachment 137895] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 19 07:24:36 PDT 2012


Kentaro Hara <haraken at chromium.org> has denied Mark Pilgrim (Google)
<pilgrim at chromium.org>'s request for review:
Bug 84334: [Chromium] Call mimeRegistry directly
https://bugs.webkit.org/show_bug.cgi?id=84334

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

------- Additional Comments from Kentaro Hara <haraken at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=137895&action=review


> Source/WebCore/platform/chromium/MIMETypeRegistryChromium.cpp:68
> -    String ext = PlatformSupport::preferredExtensionForMIMEType(type);
> +    String ext =
WebKit::Platform::current()->mimeRegistry()->mimeTypeFromFile(type);

This is wrong?


More information about the webkit-reviews mailing list