Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jan 2013 04:19:45 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1137 - trunk/www/firefox-nightly/files
Message-ID:  <201301110419.r0B4Jjsq028295@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help

Author: jbeich
Date: Fri Jan 11 04:19:45 2013
New Revision: 1137

Log:
propagate the last commit for Nightly, too

Added:
   trunk/www/firefox-nightly/files/patch-content-base-src-nsTextFragmentImpl.h

Added: trunk/www/firefox-nightly/files/patch-content-base-src-nsTextFragmentImpl.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/www/firefox-nightly/files/patch-content-base-src-nsTextFragmentImpl.h	Fri Jan 11 04:19:45 2013	(r1137)
@@ -0,0 +1,14 @@
+--- content/base/src/nsTextFragmentImpl.h
++++ content/base/src/nsTextFragmentImpl.h
+@@ -16,7 +16,11 @@ template<> struct Non8BitParameters<4> {
+ };
+ 
+ template<> struct Non8BitParameters<8> {
++#if !defined(__clang__) && defined(__GNUC__) && __GNUC_MINOR__ <= 2
++  static inline size_t mask() { return 0xff00ff00ff00ff00ULL; }
++#else
+   static inline size_t mask() { return 0xff00ff00ff00ff00; }
++#endif
+   static inline uint32_t alignMask() { return 0x7; }
+   static inline uint32_t numUnicharsPerWord() { return 4; }
+ };



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301110419.r0B4Jjsq028295>