You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
372 B
12 lines
372 B
--- 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; |
|
--
|
|
|