[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

paroga at webkit.org paroga at webkit.org
Wed Dec 22 14:29:59 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit cb0259ee8a49522c07d386f17424cb61e43d31f9
Author: paroga at webkit.org <paroga at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Oct 11 23:30:25 2010 +0000

    2010-10-11  Patrick Gansterer  <paroga at webkit.org>
    
            Unreviewed.
    
            Clang build fix after r69472.
            https://bugs.webkit.org/show_bug.cgi?id=46523
    
            * wtf/text/StringHash.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69535 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 6791cf6..c7cf251 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,12 @@
+2010-10-11  Patrick Gansterer  <paroga at webkit.org>
+
+        Unreviewed.
+
+        Clang build fix after r69472.
+        https://bugs.webkit.org/show_bug.cgi?id=46523
+
+        * wtf/text/StringHash.h:
+
 2010-10-11  Oliver Hunt  <oliver at apple.com>
 
         Undo last minute change to 32bit build.
diff --git a/JavaScriptCore/wtf/text/StringHash.h b/JavaScriptCore/wtf/text/StringHash.h
index e5b6252..a41e796 100644
--- a/JavaScriptCore/wtf/text/StringHash.h
+++ b/JavaScriptCore/wtf/text/StringHash.h
@@ -96,12 +96,12 @@ namespace WTF {
     };
 
     class CaseFoldingHash {
+    public:
         template<typename T> static inline UChar foldCase(T ch)
         {
             return WTF::Unicode::foldCase(ch);
         }
 
-    public:
         static unsigned hash(const UChar* data, unsigned length)
         {
             return StringHasher::createHash<UChar, foldCase<UChar> >(data, length);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list