[webkit-reviews] review granted: [Bug 44387] Add the blob URL member to FormData : [Attachment 65044] Proposed Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 21 21:02:21 PDT 2010


Darin Fisher (:fishd, Google) <fishd at chromium.org> has granted Jian Li
<jianli at chromium.org>'s request for review:
Bug 44387: Add the blob URL member to FormData
https://bugs.webkit.org/show_bug.cgi?id=44387

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

------- Additional Comments from Darin Fisher (:fishd, Google)
<fishd at chromium.org>
WebKit/chromium/src/WebHTTPBody.cpp:80
 +	result.fileStart = 0;
nit: these fields exist regardless of whether or not ENABLE(BLOB) is defined,
so they probably should be initialized even when ENABLE(BLOB) is not defined.

otherwise, LG

R=me


More information about the webkit-reviews mailing list