[webkit-reviews] review granted: [Bug 13767] REGRESSION: Multipart image documents are garbled : [Attachment 14642] Patch including http test

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 22 19:37:12 PDT 2007


Darin Adler <darin at apple.com> has granted mitz at webkit.org's request for review:
Bug 13767: REGRESSION: Multipart image documents are garbled
http://bugs.webkit.org/show_bug.cgi?id=13767

Attachment 14642: Patch including http test
http://bugs.webkit.org/attachment.cgi?id=14642&action=edit

------- Additional Comments from Darin Adler <darin at apple.com>
+	 cachedImage->data(data, true);

Should be data.release() instead of just data to avoid reference count churn.

Need to remove extra ChangeLog entry in the LayoutTests directory.

r=me, because neither of those is a real problem



More information about the webkit-reviews mailing list