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


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

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

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 3d99e04..02a81f1 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -2,6 +2,12 @@
 
         Fix a typo in previous commit.
 
+        * platform/network/cf/SocketStreamHandleCFNet.cpp: #ifdef, not #if.
+
+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>
diff --git a/WebCore/platform/network/cf/SocketStreamHandleCFNet.cpp b/WebCore/platform/network/cf/SocketStreamHandleCFNet.cpp
index 822864c..2196c61 100644
--- a/WebCore/platform/network/cf/SocketStreamHandleCFNet.cpp
+++ b/WebCore/platform/network/cf/SocketStreamHandleCFNet.cpp
@@ -40,7 +40,7 @@
 #include <SystemConfiguration/SystemConfiguration.h>
 #endif
 
-#if BUILDING_ON_TIGER
+#ifdef BUILDING_ON_TIGER
 #define CFN_EXPORT extern
 #endif
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list