summaryrefslogtreecommitdiff
path: root/waterfox/0001-Update-patch-bug1456512.patch
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-08-23 10:29:32 -0400
committerB. Stack <bgstack15@gmail.com>2021-08-23 10:29:32 -0400
commitcccc0785a577ffac38479ab63b9c9c24fd835f37 (patch)
tree5b038f97d41854d7875a047a914c7b680bf5f139 /waterfox/0001-Update-patch-bug1456512.patch
parentMerge branch 'freefilesync-bump' into 'master' (diff)
downloadstackrpms-cccc0785a577ffac38479ab63b9c9c24fd835f37.tar.gz
stackrpms-cccc0785a577ffac38479ab63b9c9c24fd835f37.tar.bz2
stackrpms-cccc0785a577ffac38479ab63b9c9c24fd835f37.zip
waterfox 2021.08
Diffstat (limited to 'waterfox/0001-Update-patch-bug1456512.patch')
-rw-r--r--waterfox/0001-Update-patch-bug1456512.patch28
1 files changed, 28 insertions, 0 deletions
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 <PhantomX@users.noreply.github.com>
+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
+
bgstack15