19febb8bec
Bundling mozjs in both gjs and polkit should make it possible to remove the system wide mozjs78 package from base RHEL 9, which makes it easier in the future if we need to update gjs to use newer mozjs. At that point, we can just update gjs to the new mozjs version it needs and not have to worry about maintaining a system-wide mozjs78 for all of RHEL 9 lifetime. Resolves: #1958111
13 lines
372 B
Diff
13 lines
372 B
Diff
--- a/js/public/StructuredClone.h
|
|
+++ b/js/public/StructuredClone.h
|
|
@@ -381,7 +381,7 @@ enum OwnTransferablePolicy {
|
|
namespace js {
|
|
class SharedArrayRawBuffer;
|
|
|
|
-class SharedArrayRawBufferRefs {
|
|
+class JS_PUBLIC_API SharedArrayRawBufferRefs {
|
|
public:
|
|
SharedArrayRawBufferRefs() = default;
|
|
SharedArrayRawBufferRefs(SharedArrayRawBufferRefs&& other) = default;
|
|
--
|