summaryrefslogtreecommitdiff
path: root/www/seamonkey/files/patch-bug774671
diff options
context:
space:
mode:
Diffstat (limited to 'www/seamonkey/files/patch-bug774671')
-rw-r--r--www/seamonkey/files/patch-bug77467115
1 files changed, 15 insertions, 0 deletions
diff --git a/www/seamonkey/files/patch-bug774671 b/www/seamonkey/files/patch-bug774671
new file mode 100644
index 000000000000..8ae5cddf029b
--- /dev/null
+++ b/www/seamonkey/files/patch-bug774671
@@ -0,0 +1,15 @@
+--- mozilla/js/src/jsprvtd.h.orig 2012-08-27 06:49:16.000000000 +0200
++++ mozilla/js/src/jsprvtd.h 2012-09-06 22:21:52.000000000 +0200
+@@ -149,9 +149,9 @@
+ class UpvarCookie;
+
+ class Proxy;
+-class BaseProxyHandler;
+-class DirectWrapper;
+-class CrossCompartmentWrapper;
++class JS_FRIEND_API(BaseProxyHandler);
++class JS_FRIEND_API(DirectWrapper);
++class JS_FRIEND_API(CrossCompartmentWrapper);
+
+ class TempAllocPolicy;
+ class RuntimeAllocPolicy;