[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:55:50 UTC 2010
The following commit has been merged in the webkit-1.2 branch:
commit 728458696206b9597569291ef951cbcb5e44a77c
Author: ap at apple.com <ap at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Tue Nov 24 22:34:15 2009 +0000
Windows build fix.
* platform/network/cf/SocketStreamHandleCFNet.cpp: Include the proper WKSI header.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51360 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index bb11009..0b6b6a8 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2009-11-24 Alexey Proskuryakov <ap at apple.com>
+
+ Windows build fix.
+
+ * platform/network/cf/SocketStreamHandleCFNet.cpp: Include the proper WKSI header.
+
2009-11-24 Simon Fraser <simon.fraser at apple.com>
Windows build fix.
diff --git a/WebCore/platform/network/cf/SocketStreamHandleCFNet.cpp b/WebCore/platform/network/cf/SocketStreamHandleCFNet.cpp
index 70916e7..2eaa181 100644
--- a/WebCore/platform/network/cf/SocketStreamHandleCFNet.cpp
+++ b/WebCore/platform/network/cf/SocketStreamHandleCFNet.cpp
@@ -47,6 +47,9 @@
#if PLATFORM(WIN)
#include "LoaderRunLoopCF.h"
+#include <WebKitSystemInterface/WebKitSystemInterface.h>
+#else
+#include "WebCoreSystemInterface.h"
#endif
#ifdef BUILDING_ON_TIGER
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list