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


The following commit has been merged in the webkit-1.2 branch:
commit 35030b3ddcbdfe80856a156f30b6987ba8bb959b
Author: ap at apple.com <ap at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Nov 18 22:02:32 2009 +0000

            Case sensitive file system build fix.
    
            * platform/network/Credential.h: It's not WTF, just wtf.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51132 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 0e690d9..6ac3966 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2009-11-18  Alexey Proskuryakov  <ap at apple.com>
+
+        Case sensitive file system build fix.
+
+        * platform/network/Credential.h: It's not WTF, just wtf.
+
 2009-11-18  Aaron Golden  <agolden at apple.com>
 
         Reviewed by Alexey Proskuryakov.
@@ -195,7 +201,7 @@
 
 2009-11-18  Girish Ramakrishnan  <girish at forwardbias.in>
 
-        Reviewed by Tor Arne VestbÃ.,
+        Reviewed by Tor Arne Vestbø.
 
         [Qt] Mac Plugins: Remove null timer
         
diff --git a/WebCore/platform/network/Credential.h b/WebCore/platform/network/Credential.h
index a3e1164..8e9284f 100644
--- a/WebCore/platform/network/Credential.h
+++ b/WebCore/platform/network/Credential.h
@@ -30,8 +30,8 @@
 #define CERTIFICATE_CREDENTIALS_SUPPORTED ((PLATFORM(MAC) || PLATFORM(IPHONE)) && !defined(BUILDING_ON_TIGER) && !defined(BUILDING_ON_LEOPARD))
 
 #if CERTIFICATE_CREDENTIALS_SUPPORTED
-#include <WTF/RetainPtr.h>
 #include <Security/SecBase.h>
+#include <wtf/RetainPtr.h>
 #endif
 
 namespace WebCore {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list