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