[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.16-1409-g5afdf4d
ap at apple.com
ap at apple.com
Thu Dec 3 13:39:20 UTC 2009
The following commit has been merged in the webkit-1.1 branch:
commit c822277a6b1cf46e3a491d02e1f0afe1886b7f56
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