[Webkit-unassigned] [Bug 46546] Implement WebKit2 callback equivalent to -[WebUIDelegate mouseDidMoveOverElement:modifierFlags:]

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 24 18:42:42 PDT 2010


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #68797|review?                     |review+
               Flag|                            |




--- Comment #6 from Darin Adler <darin at apple.com>  2010-09-24 18:42:42 PST ---
(From update of attachment 68797)
View in context: https://bugs.webkit.org/attachment.cgi?id=68797&action=review

Looks like you broke Qt. If you deal with that, r=me.

> WebKit2/WebProcess/InjectedBundle/API/c/WKBundleHitTestResult.cpp:43
> +    RefPtr<InjectedBundleNodeHandle> nodeHandle = toWK(hitTestResultRef)->nodeHandle();
> +    return toRef(nodeHandle.get());

Do you need a local variable here?

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