[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.17-1283-gcf603cf
bweinstein at apple.com
bweinstein at apple.com
Wed Jan 6 00:20:04 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 32e8114ec04e5a7fa8c2560af2be86dfcef0d520
Author: bweinstein at apple.com <bweinstein at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Mon Jan 4 23:48:12 2010 +0000
Part of a build fix for Windows, this at least gets WTF to build.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52766 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/JavaScriptCore/wtf/unicode/Unicode.h b/JavaScriptCore/wtf/unicode/Unicode.h
index 531ab8b..775b3aa 100644
--- a/JavaScriptCore/wtf/unicode/Unicode.h
+++ b/JavaScriptCore/wtf/unicode/Unicode.h
@@ -28,7 +28,7 @@
#if USE(QT4_UNICODE)
#include "qt4/UnicodeQt4.h"
#elif USE(ICU_UNICODE)
-#include "UnicodeIcu.h"
+#include <wtf/unicode/icu/UnicodeIcu.h>
#elif USE(GLIB_UNICODE)
#include <wtf/unicode/glib/UnicodeGLib.h>
#elif USE(WINCE_UNICODE)
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list