Bug 52623 - Web Inspector: [REGRESSION] JavaScript exceptions aren't shown in source frame
Summary: Web Inspector: [REGRESSION] JavaScript exceptions aren't shown in source frame
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: Pavel Podivilov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-18 05:37 PST by Pavel Podivilov
Modified: 2011-01-18 05:55 PST (History)
10 users (show)

See Also:


Attachments
Patch. (2.26 KB, patch)
2011-01-18 05:38 PST, Pavel Podivilov
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Podivilov 2011-01-18 05:37:09 PST
Web Inspector: [REGRESSION] JavaScript exceptions aren't shown in source frame
Comment 1 Pavel Podivilov 2011-01-18 05:38:00 PST
Created attachment 79269 [details]
Patch.
Comment 2 Yury Semikhatsky 2011-01-18 05:45:27 PST
Comment on attachment 79269 [details]
Patch.

View in context: https://bugs.webkit.org/attachment.cgi?id=79269&action=review

> Source/WebCore/inspector/front-end/ConsoleView.js:687
> +        this.url = topCallFrame.scriptName;

url&line may already be defined, you may need to check that before overwriting them.
Comment 3 Pavel Podivilov 2011-01-18 05:55:25 PST
Committed r76019: <http://trac.webkit.org/changeset/76019>