[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

enrica at apple.com enrica at apple.com
Sun Feb 20 22:53:38 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit c9dd7a3cff7bfd244102c5ef66384c60ea8b4af3
Author: enrica at apple.com <enrica at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jan 13 01:38:26 2011 +0000

    Build fix, unreviewed.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75663 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebCore/platform/mac/WheelEventMac.mm b/Source/WebCore/platform/mac/WheelEventMac.mm
index f1b0612..9f171f8 100644
--- a/Source/WebCore/platform/mac/WheelEventMac.mm
+++ b/Source/WebCore/platform/mac/WheelEventMac.mm
@@ -48,6 +48,7 @@ static PlatformWheelEventPhase phaseForEvent(NSEvent *event)
         phase |= PlatformWheelEventPhaseCancelled;
     return static_cast<PlatformWheelEventPhase>(phase);
 #else
+    (void)event;
     return PlatformWheelEventPhaseNone;
 #endif
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list