summaryrefslogtreecommitdiff
path: root/lang/spidermonkey185/patches/patch-jsobj.h
blob: 0c605d42fad7c1f0b25d88e48bee11247705663e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-jsobj.h,v 1.1 2016/12/18 21:54:05 joerg Exp $

--- jsobj.h.orig	2016-12-18 16:00:57.734918038 +0000
+++ jsobj.h
@@ -67,7 +67,7 @@
 
 namespace js {
 
-class JSProxyHandler;
+class JS_FRIEND_API(JSProxyHandler);
 class AutoPropDescArrayRooter;
 
 namespace mjit {