[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:52 UTC 2010


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