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; }
+ };
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to