Index: branches/2017Q3/www/firefox/files/patch-bug1376277 =================================================================== --- branches/2017Q3/www/firefox/files/patch-bug1376277 (nonexistent) +++ branches/2017Q3/www/firefox/files/patch-bug1376277 (revision 449674) @@ -0,0 +1,22 @@ +commit ac723ae99f3a +Author: Petr Sumbera +Date: Tue Jun 27 01:33:49 2017 -0700 + + Bug 1376277 - nsWrapperCache.h: add support for 64bits sparc build. r=glandium +--- + dom/base/nsWrapperCache.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git dom/base/nsWrapperCache.h dom/base/nsWrapperCache.h +index b00d7aceb5c8..994ed73332ff 100644 +--- dom/base/nsWrapperCache.h ++++ dom/base/nsWrapperCache.h +@@ -41,7 +41,7 @@ class nsWindowRoot; + // This may waste space for some other nsWrapperCache-derived objects that have + // a 32-bit field as their first member, but those objects are unlikely to be as + // numerous or performance-critical as DOM nodes. +-#if defined(_M_X64) || defined(__x86_64__) || defined(__aarch64__) ++#if defined(_M_X64) || defined(__LP64__) + static_assert(sizeof(void*) == 8, "These architectures should be 64-bit"); + #define BOOL_FLAGS_ON_WRAPPER_CACHE + #else Property changes on: branches/2017Q3/www/firefox/files/patch-bug1376277 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2017Q3 =================================================================== --- branches/2017Q3 (revision 449673) +++ branches/2017Q3 (revision 449674) Property changes on: branches/2017Q3 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r449673