14 lines
606 B
C++
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
|