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

andreas.kling at nokia.com andreas.kling at nokia.com
Wed Dec 22 15:52:39 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit d058f71678eaef7900c6541fd8adea36eeea3f17
Author: andreas.kling at nokia.com <andreas.kling at nokia.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Nov 15 22:16:54 2010 +0000

    2010-11-15  Andreas Kling  <kling at webkit.org>
    
            Reviewed by Tor Arne Vestbø.
    
            [Qt] Make sure qwkpage.h and qwkpreferences.h are copied into includes/WebKit2
    
            * UIProcess/API/qt/WKView.h:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72039 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 88608ae..c9d1911 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -2,6 +2,14 @@
 
         Reviewed by Tor Arne Vestbø.
 
+        [Qt] Make sure qwkpage.h and qwkpreferences.h are copied into includes/WebKit2
+
+        * UIProcess/API/qt/WKView.h:
+
+2010-11-15  Andreas Kling  <kling at webkit.org>
+
+        Reviewed by Tor Arne Vestbø.
+
         [Qt] Use $${PYTHON} rather than "python" to execute Python scripts
 
         Fixes building with the old Python that currently ships with Scratchbox.
diff --git a/WebKit2/UIProcess/API/qt/WKView.h b/WebKit2/UIProcess/API/qt/WKView.h
index d5e9cfe..221628e 100644
--- a/WebKit2/UIProcess/API/qt/WKView.h
+++ b/WebKit2/UIProcess/API/qt/WKView.h
@@ -21,5 +21,7 @@
 #define WKView_h
 
 #include <WebKit2/qgraphicswkview.h>
+#include <WebKit2/qwkpage.h>
+#include <WebKit2/qwkpreferences.h>
 
 #endif /* WKView_h */

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list