Bug 112237 - Web Inspector: throw an exception if the requested lazy loaded script does not exist.
Summary: Web Inspector: throw an exception if the requested lazy loaded script does no...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Ilya Tikhonovsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-13 02:13 PDT by Ilya Tikhonovsky
Modified: 2013-03-13 05:20 PDT (History)
8 users (show)

See Also:


Attachments
Patch (2.21 KB, patch)
2013-03-13 02:16 PDT, Ilya Tikhonovsky
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ilya Tikhonovsky 2013-03-13 02:13:00 PDT
EOM
Comment 1 Ilya Tikhonovsky 2013-03-13 02:16:52 PDT
Created attachment 192885 [details]
Patch
Comment 2 Pavel Feldman 2013-03-13 02:59:42 PDT
Comment on attachment 192885 [details]
Patch

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)
Comment 3 Ilya Tikhonovsky 2013-03-13 05:20:28 PDT
Committed r145704: <http://trac.webkit.org/changeset/145704>