[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

kov at webkit.org kov at webkit.org
Thu Oct 29 20:33:58 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit acbbc50d3360caf31790f720e719a5cb298493fd
Author: kov at webkit.org <kov at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Sep 24 22:24:13 2009 +0000

    Unreviewed Mac build fix
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@48737 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 8ba3915..bbedcbe 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,13 @@
 2009-09-24  Gustavo Noronha Silva  <gustavo.noronha at collabora.co.uk>
 
+        Unreviewed. Mac build fix.
+
+        * page/EventHandler.cpp:
+        (WebCore::EventHandler::shouldTurnVerticalTicksIntoHorizontal):
+        remove unused parameter from function signature;
+
+2009-09-24  Gustavo Noronha Silva  <gustavo.noronha at collabora.co.uk>
+
         Reviewed by Oliver Hunt.
 
         Implement correct horizontal scrollbar behavior for GTK+ also on
diff --git a/WebCore/page/EventHandler.cpp b/WebCore/page/EventHandler.cpp
index cd76c53..3772d65 100644
--- a/WebCore/page/EventHandler.cpp
+++ b/WebCore/page/EventHandler.cpp
@@ -1759,7 +1759,7 @@ bool EventHandler::dispatchMouseEvent(const AtomicString& eventType, Node* targe
 }
 
 #if !PLATFORM(GTK)
-bool EventHandler::shouldTurnVerticalTicksIntoHorizontal(const HitTestResult& result) const
+bool EventHandler::shouldTurnVerticalTicksIntoHorizontal(const HitTestResult&) const
 {
     return false;
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list