diff options
Diffstat (limited to 'www/firefox/files/patch-bug774671')
-rw-r--r-- | www/firefox/files/patch-bug774671 | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/www/firefox/files/patch-bug774671 b/www/firefox/files/patch-bug774671 deleted file mode 100644 index 97ad3415e4d0..000000000000 --- a/www/firefox/files/patch-bug774671 +++ /dev/null @@ -1,40 +0,0 @@ -commit 7e9eda2 -Author: Rafael Ávila de Espíndola <respindola@mozilla.com> -Date: Tue Jul 17 12:54:41 2012 -0400 - - Bug 774671 - Fix mismatched declarations. r=luke. ---- - js/src/jsproxy.h | 2 +- - js/src/jsprvtd.h | 6 +++--- - 2 files changed, 4 insertions(+), 4 deletions(-) - -diff --git js/src/jsproxy.h js/src/jsproxy.h -index ec26e3a..aa0e782 100644 ---- js/src/jsproxy.h -+++ js/src/jsproxy.h -@@ -13,7 +13,7 @@ - - namespace js { - --class Wrapper; -+class JS_FRIEND_API(Wrapper); - - /* - * A proxy is a JSObject that implements generic behavior by providing custom -diff --git js/src/jsprvtd.h js/src/jsprvtd.h -index 19b5aef..93e1216 100644 ---- js/src/jsprvtd.h -+++ js/src/jsprvtd.h -@@ -146,9 +146,9 @@ struct TreeContext; - 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; |