Web Inspector: [REGRESSION] JavaScript exceptions aren't shown in source frame
Created attachment 79269 [details] Patch.
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.
Committed r76019: <http://trac.webkit.org/changeset/76019>