[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

weinig at apple.com weinig at apple.com
Wed Dec 22 13:33:07 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit d0fce93af8de8a93cf0560df85d3849f3b6c27b0
Author: weinig at apple.com <weinig at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Sep 20 05:29:32 2010 +0000

    Fix windows build.
    
    * UIProcess/API/C/WKPage.h:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67838 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index d62c8e9..db8734b 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,5 +1,11 @@
 2010-09-19  Sam Weinig  <sam at webkit.org>
 
+        Fix windows build.
+
+        * UIProcess/API/C/WKPage.h:
+
+2010-09-19  Sam Weinig  <sam at webkit.org>
+
         Attempt to fix Qt build.
 
         * WebProcess/WebCoreSupport/WebEditorClient.cpp:
diff --git a/WebKit2/UIProcess/API/C/WKPage.h b/WebKit2/UIProcess/API/C/WKPage.h
index 5131d60..2137f86 100644
--- a/WebKit2/UIProcess/API/C/WKPage.h
+++ b/WebKit2/UIProcess/API/C/WKPage.h
@@ -62,7 +62,7 @@ enum {
     kWKEventMouseButtonMiddleButton = 1,
     kWKEventMouseButtonRightButton = 2,
 };
-typedef uint32_t WKEventMouseButton;
+typedef int32_t WKEventMouseButton;
 
 // FrameLoad Client
 typedef void (*WKPageDidStartProvisionalLoadForFrameCallback)(WKPageRef page, WKFrameRef frame, WKTypeRef userData, const void *clientInfo);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list