[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 14:39:23 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 6caa52d25954d82134058540222238751c3b6a4f
Author: andreas.kling at nokia.com <andreas.kling at nokia.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Oct 14 23:20:03 2010 +0000

    2010-10-14  Andreas Kling  <kling at webkit.org>
    
            Unreviewed buildfix, RetainPtr is a mac thing..
    
            * platform/network/soup/ProxyServerSoup.cpp:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69819 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index bae78e5..d05f001 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-10-14  Andreas Kling  <kling at webkit.org>
+
+        Unreviewed buildfix, RetainPtr is a mac thing..
+
+        * platform/network/soup/ProxyServerSoup.cpp:
+
 2010-10-08  Martin Robinson  <mrobinson at igalia.com>
 
         Reviewed by Xan Lopez.
diff --git a/WebCore/platform/network/soup/ProxyServerSoup.cpp b/WebCore/platform/network/soup/ProxyServerSoup.cpp
index 212768a..50b32de 100644
--- a/WebCore/platform/network/soup/ProxyServerSoup.cpp
+++ b/WebCore/platform/network/soup/ProxyServerSoup.cpp
@@ -27,7 +27,6 @@
 #include "ProxyServer.h"
 
 #include "KURL.h"
-#include <wtf/RetainPtr.h>
 
 namespace WebCore {
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list