[Webkit-unassigned] [Bug 34189] check-webkit-style failed to complain about missing braces

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 11 23:54:29 PST 2012


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


Aivo Paas <aivopaas at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aivopaas at gmail.com




--- Comment #2 from Aivo Paas <aivopaas at gmail.com>  2012-11-11 23:56:12 PST ---
@@ -1862,7 +1862,8 @@ bool EventHandler::handleMouseMoveEvent(const PlatformMouseEvent& mouseEvent, Hi
         if (FrameView* view = m_frame->view()) {
             OptionalCursor optionalCursor = selectCursor(mev, scrollbar);
             if (optionalCursor.isCursorChange())
-                view->setCursor(optionalCursor.cursor());
+                m_currentMouseCursor = optionalCursor.cursor();
+                view->setCursor(m_currentMouseCursor);
         }
     }

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