[Webkit-unassigned] [Bug 153995] Infinite loop when processing mouse events synchronously

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 8 11:20:17 PST 2016


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

--- Comment #3 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to comment #2)
> Comment on attachment 270867 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=270867&action=review
> 
> > Source/WebKit2/UIProcess/WebPageProxy.cpp:4581
> > +            auto nextMouseMoveEvent = WTFMove(m_nextMouseMoveEvent);
> > +            handleMouseEvent(*nextMouseMoveEvent);
> 
> Could also write this as a one-liner using std::exchange.

Right, good point.

-- 
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/20160208/a3e4b1c2/attachment.html>


More information about the webkit-unassigned mailing list