[webkit-reviews] review granted: [Bug 169276] Align XMLHttpRequest's overrideMimeType() with the standard : [Attachment 350741] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 1 08:49:06 PDT 2018
Chris Dumez <cdumez at apple.com> has granted Rob Buis <rbuis at igalia.com>'s
request for review:
Bug 169276: Align XMLHttpRequest's overrideMimeType() with the standard
https://bugs.webkit.org/show_bug.cgi?id=169276
Attachment 350741: Patch
https://bugs.webkit.org/attachment.cgi?id=350741&action=review
--- Comment #15 from Chris Dumez <cdumez at apple.com> ---
Comment on attachment 350741
--> https://bugs.webkit.org/attachment.cgi?id=350741
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=350741&action=review
r=me
> Source/WebCore/xml/XMLHttpRequest.cpp:784
> + m_mimeTypeOverride = "application/octet-stream";
"application/octet-stream"_s is slightly more efficient I believe.
More information about the webkit-reviews
mailing list