[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.17-1283-gcf603cf
barraclough at apple.com
barraclough at apple.com
Wed Jan 6 00:20:00 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit a7bec8cb92d867e02ed06f90168b33779b4d0129
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