[webkit-reviews] review granted: [Bug 112237] Web Inspector: throw an exception if the requested lazy loaded script does not exist. : [Attachment 192885] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 13 02:57:16 PDT 2013


Pavel Feldman <pfeldman at chromium.org> has granted Ilya Tikhonovsky
<loislo at chromium.org>'s request for review:
Bug 112237: Web Inspector: throw an exception if the requested lazy loaded
script does not exist.
https://bugs.webkit.org/show_bug.cgi?id=112237

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

------- Additional Comments from Pavel Feldman <pfeldman at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=192885&action=review


> Source/WebCore/inspector/front-end/utilities.js:992
> +    if (!xhr.responseText.length)

if (!xhr.responseText)


More information about the webkit-reviews mailing list