freebsd-ports/www/libxul19/files/patch-dom-src-threads-nsDOMWorker.h
Florian Smeets d39d92427c - update firefox to 19.0
- update firefox-esr, thunderbird, linux-firefox, linux-thunderbird to 17.0.3
- update linux-seamonkey to 2.16
- update nspr to 4.9.5
- update nss to 3.14.3
- add DuckDuckGo search plugin to firefox [1]
- mark kompozer deprecated
- clang fixes for www/libxul19 [2]

Security:	http://www.vuxml.org/freebsd/e3f0374a-7ad6-11e2-84cd-d43d7e0c7c02.html
Submitted by:	DuckDuckGo [1], dim [2]
In collaboration with:	Jan Beich <jbeich@tormail.org>
2013-02-19 23:53:07 +00:00

11 lines
414 B
C++

--- dom/src/threads/nsDOMWorker.h.orig 2012-03-06 15:45:25.000000000 +0100
+++ dom/src/threads/nsDOMWorker.h 2012-10-28 01:42:16.000000000 +0200
@@ -74,7 +74,7 @@ class nsDOMWorkerScope : public nsDOMWor
{
friend class nsDOMWorker;
- typedef nsresult (NS_STDCALL nsDOMWorkerScope::*SetListenerFunc)
+ typedef nsresult (NS_DEFCALL nsDOMWorkerScope::*SetListenerFunc)
(nsIDOMEventListener*);
public: