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

andersca at apple.com andersca at apple.com
Wed Dec 22 14:40:40 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 758cb60e01d13ded2b6a91da432849293e5c14de
Author: andersca at apple.com <andersca at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Oct 15 18:12:36 2010 +0000

    [GTK] Fix introspection support
    https://bugs.webkit.org/show_bug.cgi?id=47723
    
    Patch by Sergio Villar Senin <svillar at igalia.com> on 2010-10-15
    Reviewed by Martin Robinson.
    
    Added HTTP cache directory to the WebkitGtk+ GIR sources.
    
    * GNUmakefile.am:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69866 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 26c5619..2456e39 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,4 +1,11 @@
-2010-10-13  Anders Carlsson  <andersca at apple.com>
+2010-10-15  Anders Carlsson  <andersca at apple.com>
+
+        Fix build.
+
+        * UIProcess/API/qt/qwkpage.cpp:
+        * UIProcess/win/WebView.cpp:
+
+2010-10-15  Anders Carlsson  <andersca at apple.com>
 
         Reviewed by Sam Weinig.
 
diff --git a/WebKit2/UIProcess/API/qt/qwkpage.cpp b/WebKit2/UIProcess/API/qt/qwkpage.cpp
index 16c6248..2947323 100644
--- a/WebKit2/UIProcess/API/qt/qwkpage.cpp
+++ b/WebKit2/UIProcess/API/qt/qwkpage.cpp
@@ -24,6 +24,7 @@
 #include "qwkpreferences_p.h"
 
 #include "ClientImpl.h"
+#include "FindIndicator.h"
 #include "LocalizedStrings.h"
 #include "NativeWebKeyboardEvent.h"
 #include "WebContext.h"
diff --git a/WebKit2/UIProcess/win/WebView.cpp b/WebKit2/UIProcess/win/WebView.cpp
index 3e9c9df..171cf35 100644
--- a/WebKit2/UIProcess/win/WebView.cpp
+++ b/WebKit2/UIProcess/win/WebView.cpp
@@ -26,6 +26,7 @@
 #include "WebView.h"
 
 #include "ChunkedUpdateDrawingAreaProxy.h"
+#include "FindIndicator.h"
 #include "RunLoop.h"
 #include "NativeWebKeyboardEvent.h"
 #include "WebEditCommandProxy.h"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list