Summary: | Web Inspector: "undefined" instead of error message in the SourceFrame. | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Pavel Feldman <pfeldman> | ||||||
Component: | Web Inspector (Deprecated) | Assignee: | Pavel Feldman <pfeldman> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys | ||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | All | ||||||||
OS: | All | ||||||||
Attachments: |
|
Description
Pavel Feldman
2012-01-11 07:26:35 PST
Created attachment 122018 [details]
Patch
Created attachment 122021 [details]
Patch
Comment on attachment 122021 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=122021&action=review > Source/WebCore/inspector/front-end/ConsoleMessage.js:161 > + var formattedMessage = this.formattedMessage; Why do we need message formatting to be lazy? Committed r104714: <http://trac.webkit.org/changeset/104714> |