Bug 76404
Summary: | Web Inspector: ConsoleMessage payload url can be the string "undefined" | ||
---|---|---|---|
Product: | WebKit | Reporter: | Timothy Hatcher <timothy> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | apavlov, burg, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, yurys |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Timothy Hatcher
It looks like the ConsoleMessage "url" can be the string "undefined".
This is codified in ConsoleMessage.js with:
} else if (this.url && this.url !== "undefined") {
Why is this?
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |