[webkit-reviews] review granted: [Bug 48773] Web Inspector: use mimeType from cached resource in case response data contains none. : [Attachment 72550] [PATCH] A cleaner patch.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 1 14:44:21 PDT 2010


Joseph Pecoraro <joepeck at webkit.org> has granted Pavel Feldman
<pfeldman at chromium.org>'s request for review:
Bug 48773: Web Inspector: use mimeType from cached resource in case response
data contains none.
https://bugs.webkit.org/show_bug.cgi?id=48773

Attachment 72550: [PATCH] A cleaner patch.
https://bugs.webkit.org/attachment.cgi?id=72550&action=review

------- Additional Comments from Joseph Pecoraro <joepeck at webkit.org>
lol, I was just going to suggest that exact change after looking at your first
patch. Thanks for making it clearer. You could save a null check by moving this
into the "if (cachedResource)" block above, but this is very readable.


More information about the webkit-reviews mailing list