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


The following commit has been merged in the webkit-1.2 branch:
commit 21c174e9ea60b8b20889adfc54c0a1880db24725
Author: barraclough at apple.com <barraclough at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Dec 22 00:53:03 2009 +0000

    unreviewed windows build fix #1
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52464 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/runtime/UStringImpl.h b/JavaScriptCore/runtime/UStringImpl.h
index 569fd70..b509369 100644
--- a/JavaScriptCore/runtime/UStringImpl.h
+++ b/JavaScriptCore/runtime/UStringImpl.h
@@ -70,7 +70,7 @@ public:
     }
 
 private:
-    static const uintptr_t s_alignmentMask = ~0x7;
+    static const uintptr_t s_alignmentMask = ~0x7u;
     uintptr_t m_value;
 };
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list