[Webkit-unassigned] [Bug 51046] Expose AccessibilityObject::url() to Chromium

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 14 20:49:36 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=51046


Darin Fisher (:fishd, Google) <fishd at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #76552|review?, commit-queue?      |review-, commit-queue-
               Flag|                            |




--- Comment #3 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2010-12-14 20:49:36 PST ---
(From update of attachment 76552)
View in context: https://bugs.webkit.org/attachment.cgi?id=76552&action=review

> WebKit/chromium/public/WebAccessibilityObject.h:113
> +    WEBKIT_API WebString url() const;

nit: we ordinarily expose urls using WebURL.  it looks like m_private->url() is a KURL object.  (KURL can be implicitly converted to WebURL.)

-- 
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