Files
pkgsrc-ng/mail/thunderbird/patches/patch-mozilla_js_xpconnect_src_xpcprivate.h
2016-11-18 22:39:22 +01:00

14 lines
606 B
C++

$NetBSD: patch-mozilla_js_xpconnect_src_xpcprivate.h,v 1.2 2016/04/17 18:33:50 ryoon Exp $
--- mozilla/js/xpconnect/src/xpcprivate.h.orig 2016-04-07 21:33:28.000000000 +0000
+++ mozilla/js/xpconnect/src/xpcprivate.h
@@ -999,6 +999,8 @@ typedef nsTArray<InterpositionWhitelistP
/***************************************************************************/
// XPCWrappedNativeScope is one-to-one with a JS global object.
+extern template class JS_PUBLIC_API(JS::WeakMapPtr)<JSObject*, JSObject*>;
+
class nsIAddonInterposition;
class nsXPCComponentsBase;
class XPCWrappedNativeScope : public PRCList