Bug 76404 - Web Inspector: ConsoleMessage payload url can be the string "undefined"
Summary: Web Inspector: ConsoleMessage payload url can be the string "undefined"
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-16 13:33 PST by Timothy Hatcher
Modified: 2014-12-13 18:31 PST (History)
10 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?