[webkit-reviews] review granted: [Bug 71859] MHTML documents containing references to resources they don't include never finish loading : [Attachment 114442] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 9 23:53:25 PST 2011


Adam Barth <abarth at webkit.org> has granted Jay Civelli
<jcivelli at chromium.org>'s request for review:
Bug 71859: MHTML documents containing references to resources they don't
include never finish loading
https://bugs.webkit.org/show_bug.cgi?id=71859

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

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=114442&action=review


> Source/WebCore/loader/DocumentLoader.cpp:660
> +	   return true;
> +    }
> +    return false;

I would have combined these to "return failLoad", but that's just a nit.


More information about the webkit-reviews mailing list