[Webkit-unassigned] [Bug 101857] Updating mouse cursor on style changes without emitting fake mousemove event

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 16 01:11:38 PST 2013


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





--- Comment #105 from Aivo Paas <aivopaas at gmail.com>  2013-02-16 01:13:54 PST ---
(In reply to comment #104)
> (From update of attachment 187844 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=187844&action=review
> 
> > Source/WebCore/rendering/RenderObject.cpp:1810
> > +    if (oldStyle.get() && !areCursorsEqual(oldStyle.get(), this->style())) {
> 
> is .get() needed?

It was there, but it doesn't matter, latest patch doesn't have that line any more.

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