From cccc0785a577ffac38479ab63b9c9c24fd835f37 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Mon, 23 Aug 2021 10:29:32 -0400 Subject: waterfox 2021.08 --- waterfox/0001-Update-patch-bug1456512.patch | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 waterfox/0001-Update-patch-bug1456512.patch (limited to 'waterfox/0001-Update-patch-bug1456512.patch') diff --git a/waterfox/0001-Update-patch-bug1456512.patch b/waterfox/0001-Update-patch-bug1456512.patch new file mode 100644 index 0000000..685fe04 --- /dev/null +++ b/waterfox/0001-Update-patch-bug1456512.patch @@ -0,0 +1,28 @@ +From 91e514c4c6e8cc3f770e9058b1864d7cf196d6af Mon Sep 17 00:00:00 2001 +From: Phantom X +Date: Fri, 20 Aug 2021 23:58:08 -0300 +Subject: [PATCH] Update patch-bug1456512 + +--- + _patches/patch-bug1456512 | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/_patches/patch-bug1456512 b/_patches/patch-bug1456512 +index 4f52fe9..78a922b 100644 +--- a/_patches/patch-bug1456512 ++++ b/_patches/patch-bug1456512 +@@ -62,9 +62,9 @@ index c14f8bfc2005e..340287e8322e9 100644 + +++ js/src/gc/Heap.h + @@ -1381,7 +1381,7 @@ TenuredCell::readBarrier(TenuredCell* thing) + if (thing->isMarkedGray()) { +- // There shouldn't be anything marked grey unless we're on the active thread. ++ // There shouldn't be anything marked grey unless we're on the main thread. + MOZ_ASSERT(CurrentThreadCanAccessRuntime(thing->runtimeFromAnyThread())); +-- if (!RuntimeFromActiveCooperatingThreadIsHeapMajorCollecting(shadowZone)) ++- if (!RuntimeFromMainThreadIsHeapMajorCollecting(shadowZone)) + + if (!JS::CurrentThreadIsHeapCollecting()) + JS::UnmarkGrayGCThingRecursively(JS::GCCellPtr(thing, thing->getTraceKind())); + } +-- +2.31.1 + -- cgit