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

barraclough at apple.com barraclough at apple.com
Thu Apr 8 00:53:55 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 9e7b836d04d28c275e1048b60ebac5c0fa3c6b07
Author: barraclough at apple.com <barraclough at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 4 23:18:55 2010 +0000

    * wtf/unicode/Unicode.h:
    
    Reviewed by NOBODY (more speculative build fix).
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52765 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 7909506..a9149c7 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-01-04  Gavin Barraclough  <barraclough at apple.com>
+
+        Reviewed by NOBODY (more speculative build fix).
+
+        * wtf/unicode/Unicode.h:
+
 2010-01-04  Dmitry Titov  <dimich at chromium.org>
 
         Not reviewed, attempt to fix ARM bulid.
diff --git a/JavaScriptCore/wtf/unicode/Unicode.h b/JavaScriptCore/wtf/unicode/Unicode.h
index d59439d..531ab8b 100644
--- a/JavaScriptCore/wtf/unicode/Unicode.h
+++ b/JavaScriptCore/wtf/unicode/Unicode.h
@@ -23,12 +23,12 @@
 #ifndef WTF_UNICODE_H
 #define WTF_UNICODE_H
 
-#include <wtf/Assertions.h>
+#include "Assertions.h"
 
 #if USE(QT4_UNICODE)
 #include "qt4/UnicodeQt4.h"
 #elif USE(ICU_UNICODE)
-#include <wtf/unicode/icu/UnicodeIcu.h>
+#include "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