[webkit-reviews] review granted: [Bug 52623] Web Inspector: [REGRESSION] JavaScript exceptions aren't shown in source frame : [Attachment 79269] Patch.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 18 05:45:26 PST 2011


Yury Semikhatsky <yurys at chromium.org> has granted Pavel Podivilov
<podivilov at chromium.org>'s request for review:
Bug 52623: Web Inspector: [REGRESSION] JavaScript exceptions aren't shown in
source frame
https://bugs.webkit.org/show_bug.cgi?id=52623

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

------- Additional Comments from Yury Semikhatsky <yurys at chromium.org>
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.


More information about the webkit-reviews mailing list