[Webkit-unassigned] [Bug 57921] Move the MouseEventWithHitTestResults::targetNode() method on to EventHandler.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 5 23:54:04 PDT 2011


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


Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
         AssignedTo|webkit-unassigned at lists.web |aboxhall at chromium.org
                   |kit.org                     |
     Ever Confirmed|0                           |1




--- Comment #4 from Ryosuke Niwa <rniwa at webkit.org>  2011-04-05 23:54:04 PST ---
(In reply to comment #3)
> (In reply to comment #2)
> > > Source/WebCore/page/EventHandler.cpp:1099
> > > -Frame* subframeForHitTestResult(const MouseEventWithHitTestResults& hitTestResult)
> > > +Frame* EventHandler::subframeForHitTestResult(const MouseEventWithHitTestResults& hitTestResult)
> > 
> > Why does this function need to be a member of EventHandler?
> 
> So that it can access the private member targetNode() function.

Okay, that makes sense.

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