[Webkit-unassigned] [Bug 146177] AX: AXObjectCache should try to use an unignored accessibilityObject when posting a selection notification when on the border between two accessibilityObjects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 23 14:39:48 PDT 2015


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

--- Comment #4 from Doug Russell <d_russell at apple.com> ---
Can adopt just be a free function in JSRetainPtr.h like

template<typename T> JSRetainPtr<T> adopt(T value)
{
    return JSRetainPtr<T>(Adopt, value);
}

or should it be a static method on JSRetainPtr (or something else)?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150623/48dcd8b0/attachment.html>


More information about the webkit-unassigned mailing list