[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

mitz at apple.com mitz at apple.com
Fri Jan 21 14:40:10 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 5e571dcb90f8fe8f62f7fdc1f366bb38a0f1da38
Author: mitz at apple.com <mitz at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Dec 24 06:11:19 2010 +0000

    Make dragging work again after r74591.
    
    Reviewed by Sam Weinig.
    
    * UIProcess/WebPageProxy.cpp:
    (WebKit::WebPageProxy::didReceiveEvent): Fixed a typo.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74615 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 380f3b4..5a6f9b7 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,3 +1,12 @@
+2010-12-23  Dan Bernstein  <mitz at apple.com>
+
+        Reviewed by Sam Weinig.
+
+        Make dragging work again after r74591.
+
+        * UIProcess/WebPageProxy.cpp:
+        (WebKit::WebPageProxy::didReceiveEvent): Fixed a typo.
+
 2010-12-23  Jessie Berlin  <jberlin at apple.com>
 
         Reviewed by Sam Weinig.
diff --git a/WebKit2/UIProcess/WebPageProxy.cpp b/WebKit2/UIProcess/WebPageProxy.cpp
index ed32f25..dbc9170 100644
--- a/WebKit2/UIProcess/WebPageProxy.cpp
+++ b/WebKit2/UIProcess/WebPageProxy.cpp
@@ -1793,7 +1793,7 @@ void WebPageProxy::didReceiveEvent(uint32_t opaqueType, bool handled)
         m_processingMouseMoveEvent = false;
         if (m_nextMouseMoveEvent) {
             handleMouseEvent(*m_nextMouseMoveEvent);
-            m_nextWheelEvent = nullptr;
+            m_nextMouseMoveEvent = nullptr;
         }
         break;
     case WebEvent::MouseDown:

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list