[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 14:52:32 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 17e94322f6274d04d98cd605d19aa83f0bde2864
Author: weinig at apple.com <weinig at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Oct 22 21:08:18 2010 +0000

    Fix Qt build.
    
    * UIProcess/API/qt/ClientImpl.h:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70336 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index d93d85c..1f24d16 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,5 +1,11 @@
 2010-10-22  Sam Weinig  <sam at webkit.org>
 
+        Fix Qt build.
+
+        * UIProcess/API/qt/ClientImpl.h:
+
+2010-10-22  Sam Weinig  <sam at webkit.org>
+
         Reviewed by Anders Carlsson.
 
         WebKit2 needs to pass the current event modifier flags when requesting a new window
diff --git a/WebKit2/UIProcess/API/qt/ClientImpl.h b/WebKit2/UIProcess/API/qt/ClientImpl.h
index 9f6f3d5..5d8c062 100644
--- a/WebKit2/UIProcess/API/qt/ClientImpl.h
+++ b/WebKit2/UIProcess/API/qt/ClientImpl.h
@@ -20,7 +20,7 @@
 #ifndef DefaultClientCallbacksQt_h
 #define DefaultClientCallbacksQt_h
 
-#include <WebKit2/WKBase.h>
+#include <WebKit2/WKPage.h>
 
 #ifdef __cplusplus
 extern "C" {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list