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

aroben at apple.com aroben at apple.com
Wed Dec 22 14:52:05 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 6f0b195d0982acdece36aa5f283fccd666510b8a
Author: aroben at apple.com <aroben at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Oct 22 19:27:20 2010 +0000

    Attempt to fix the Windows build
    
    * platform/network/win/CookieJarCFNetWin.cpp: Add a missing #include.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70324 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 8f8496c..6a3ebc8 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-10-22  Adam Roben  <aroben at apple.com>
+
+        Attempt to fix the Windows build
+
+        * platform/network/win/CookieJarCFNetWin.cpp: Add a missing #include.
+
 2010-10-22  Cosmin Truta  <ctruta at chromium.org>
 
         Reviewed by Dirk Schulze.
diff --git a/WebCore/platform/network/win/CookieJarCFNetWin.cpp b/WebCore/platform/network/win/CookieJarCFNetWin.cpp
index d431289..2a90dfc 100644
--- a/WebCore/platform/network/win/CookieJarCFNetWin.cpp
+++ b/WebCore/platform/network/win/CookieJarCFNetWin.cpp
@@ -36,6 +36,7 @@
 #include <CoreFoundation/CoreFoundation.h>
 #include <WebKitSystemInterface/WebKitSystemInterface.h>
 #include <windows.h>
+#include <wtf/RetainPtr.h>
 
 namespace WebCore {
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list