[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 11:53:56 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=33025
--- Comment #4 from Pavel Feldman <pfeldman at chromium.org> 2009-12-29 11:53:55 PST ---
(From update of attachment 45616)
> + value.set("URL", frameOwner->contentDocument()->url().string());
As mentioned, should be "url".
> + if (payload.URL)
> + this._URL = payload.URL;
I think you are going to access it from outside the agent class, so should be
public ("url", not "_url").
--
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