[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:19:47 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 89dde63fc0a9d232011f9270826049c0390c8051
Author: barraclough at apple.com <barraclough at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Mon Jan 4 22:42:25 2010 +0000
* wtf/HashFunctions.h:
Reviewed by NOBODY build fix for DRT, fix incorrect style include.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52761 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index ae35131..bd1ea8b 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,5 +1,11 @@
2010-01-04 Gavin Barraclough <barraclough at apple.com>
+ Reviewed by NOBODY build fix for DRT, fix incorrect style include.
+
+ * wtf/HashFunctions.h:
+
+2010-01-04 Gavin Barraclough <barraclough at apple.com>
+
Reviewed by NOBODY Windows build fix.
* JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
diff --git a/JavaScriptCore/wtf/HashFunctions.h b/JavaScriptCore/wtf/HashFunctions.h
index 16de16f..6641e1a 100644
--- a/JavaScriptCore/wtf/HashFunctions.h
+++ b/JavaScriptCore/wtf/HashFunctions.h
@@ -22,7 +22,7 @@
#define WTF_HashFunctions_h
#include "RefPtr.h"
-#include "wtf/unicode/Unicode.h"
+#include "Unicode.h"
#include <stdint.h>
namespace WTF {
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list