[Webkit-unassigned] [Bug 33025] Web Inspector: Provide contentDocument URL for frame owner elements
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 29 14:42:07 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=33025
--- Comment #8 from Alexander Pavlov (apavlov) <apavlov at chromium.org> 2009-12-29 14:42:06 PST ---
(In reply to comment #7)
> (From update of attachment 45621 [details])
> > + if (payload.documentURL)
> > + this.documentURL = payload.documentURL;
>
> Note that this has a side effect that converts "" to undefined.
That's fine, since URLs are typically not empty strings, and in our case ""
makes as much sense as <undefined>...
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list