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

bweinstein at apple.com bweinstein at apple.com
Wed Dec 22 14:30:26 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 97ac760a05691edec17daad1a9f0ba30b5784f21
Author: bweinstein at apple.com <bweinstein at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Oct 12 00:34:08 2010 +0000

    Windows build fix. Add a needed include.
    
    * UIProcess/cf/WebPageProxyCF.cpp:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69544 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 611b7f6..15cfca3 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,5 +1,11 @@
 2010-10-11  Brian Weinstein  <bweinstein at apple.com>
 
+        Windows build fix. Add a needed include.
+
+        * UIProcess/cf/WebPageProxyCF.cpp:
+
+2010-10-11  Brian Weinstein  <bweinstein at apple.com>
+
         Windows build fix. Wrap calls to CFSTR in parentheses.
 
         * UIProcess/cf/WebBackForwardListCF.cpp:
diff --git a/WebKit2/UIProcess/cf/WebPageProxyCF.cpp b/WebKit2/UIProcess/cf/WebPageProxyCF.cpp
index e7cd839..f0d4ed2 100644
--- a/WebKit2/UIProcess/cf/WebPageProxyCF.cpp
+++ b/WebKit2/UIProcess/cf/WebPageProxyCF.cpp
@@ -29,6 +29,8 @@
 #include "WebBackForwardList.h"
 #include "WebData.h"
 
+#include <CoreFoundation/CFPropertyList.h>
+
 using namespace WebCore;
 
 namespace WebKit {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list