[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

ap at apple.com ap at apple.com
Wed Apr 7 23:44:36 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 0865c3b4d6523936c6132b4931912904b5bbdccf
Author: ap at apple.com <ap at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Nov 17 00:04:13 2009 +0000

            Fix a typo in previous commit.
    
            * platform/network/cf/SocketStreamHandleCFNet.cpp:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51061 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 348dbfe..3d99e04 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,11 @@
 2009-11-16  Alexey Proskuryakov  <ap at apple.com>
 
+        Fix a typo in previous commit.
+
+        * platform/network/cf/SocketStreamHandleCFNet.cpp:
+
+2009-11-16  Alexey Proskuryakov  <ap at apple.com>
+
         Tiger build fix.
 
         * platform/network/cf/SocketStreamHandleCFNet.cpp: Define CFN_EXPORT, as this macro was named
diff --git a/WebCore/platform/network/cf/SocketStreamHandleCFNet.cpp b/WebCore/platform/network/cf/SocketStreamHandleCFNet.cpp
index c3b2076..822864c 100644
--- a/WebCore/platform/network/cf/SocketStreamHandleCFNet.cpp
+++ b/WebCore/platform/network/cf/SocketStreamHandleCFNet.cpp
@@ -41,7 +41,7 @@
 #endif
 
 #if BUILDING_ON_TIGER
-#define CFN_EXPORT export
+#define CFN_EXPORT extern
 #endif
 
 extern "C" {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list