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

ap at apple.com ap at apple.com
Wed Dec 22 14:54:20 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 5ecd3ee9aa1b652a8d5c7519d71423c61a5984f1
Author: ap at apple.com <ap at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Oct 23 23:47:20 2010 +0000

    2010-10-23  Alexey Proskuryakov  <ap at apple.com>
    
            Windows debug build fix.
    
            * platform/network/cf/CookieStorageCFNet.cpp: Include MainThread.h for isMainThread().
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70405 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 3b19e71..4eaba22 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,11 @@
 2010-10-23  Alexey Proskuryakov  <ap at apple.com>
 
+        Windows debug build fix.
+
+        * platform/network/cf/CookieStorageCFNet.cpp: Include MainThread.h for isMainThread().
+
+2010-10-23  Alexey Proskuryakov  <ap at apple.com>
+
         Windows build fix.
 
         * platform/network/cf/CookieStorageCFNet.cpp:
diff --git a/WebCore/platform/network/cf/CookieStorageCFNet.cpp b/WebCore/platform/network/cf/CookieStorageCFNet.cpp
index d81af4d..93819e1 100644
--- a/WebCore/platform/network/cf/CookieStorageCFNet.cpp
+++ b/WebCore/platform/network/cf/CookieStorageCFNet.cpp
@@ -28,6 +28,7 @@
 
 #include <CFNetwork/CFHTTPCookiesPriv.h>
 #include <WebKitSystemInterface/WebKitSystemInterface.h>
+#include <wtf/MainThread.h>
 #include <wtf/RetainPtr.h>
 
 namespace WebCore {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list