[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

bweinstein at apple.com bweinstein at apple.com
Thu Apr 8 00:53:56 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit ce1419b532ea6ed2d509cc11f9e2c3f4f998e6d0
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