[webkit-reviews] review granted: [Bug 88750] XHR with .responseType=blob returns 0 size blob : [Attachment 146854] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 11 13:58:42 PDT 2012


Alexey Proskuryakov <ap at webkit.org> has granted Kinuko Yasuda
<kinuko at chromium.org>'s request for review:
Bug 88750: XHR with .responseType=blob returns 0 size blob
https://bugs.webkit.org/show_bug.cgi?id=88750

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

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=146854&action=review


> Source/WebCore/xml/XMLHttpRequest.cpp:287
>	   if (m_binaryResponseBuilder.get()) {

This is old code, but this ".get()" is unnecessary, and should be removed
sooner or later.


More information about the webkit-reviews mailing list