aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-05-12 15:38:45 -0300
committerKevin Daudt <kdaudt@alpinelinux.org>2019-05-12 19:29:01 +0000
commit2a67795e0a1bb8080e95a678d64b201e79ec6223 (patch)
treec4bb3cf7a2a1e7b32e1d8e22ab433483e7355136 /testing
parent259638bb88f30fc52abc886ff2114d2d5d44a133 (diff)
downloadaports-2a67795e0a1bb8080e95a678d64b201e79ec6223.tar.bz2
aports-2a67795e0a1bb8080e95a678d64b201e79ec6223.tar.xz
testing/mozjs60: remove leftovers, is in main/
Diffstat (limited to 'testing')
-rw-r--r--testing/mozjs60/add-exposeToActiveJS.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/testing/mozjs60/add-exposeToActiveJS.patch b/testing/mozjs60/add-exposeToActiveJS.patch
deleted file mode 100644
index 7736e4ce68..0000000000
--- a/testing/mozjs60/add-exposeToActiveJS.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Upstream: Yes
-Reason: Required for GJS
-# HG changeset patch
-# User Philip Chimento <philip.chimento@gmail.com>
-# Date 1527544053 25200
-# Mon May 28 14:47:33 2018 -0700
-# Node ID a50e7374d0952b893f843e9d21d13d5b7ec8564c
-# Parent a466172aed4bc2afc21169b749b8068a4b98c93f
-Bug 1464912 - Add exposeToActiveJS specialization for JSString. r=sfink
-
-diff --git a/js/public/RootingAPI.h b/js/public/RootingAPI.h
---- a/js/public/RootingAPI.h
-+++ b/js/public/RootingAPI.h
-@@ -719,6 +719,10 @@ struct BarrierMethods<JSString*>
- static void postBarrier(JSString** vp, JSString* prev, JSString* next) {
- JS::HeapStringPostBarrier(vp, prev, next);
- }
-+ static void exposeToJS(JSString* v) {
-+ if (v)
-+ js::gc::ExposeGCThingToActiveJS(JS::GCCellPtr(v));
-+ }
- };
-
- // Provide hash codes for Cell kinds that may be relocated and, thus, not have