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   

Description Timothy Hatcher 2012-01-16 13:33:02 PST
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?