d39d92427c
- 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>
11 lines
414 B
C++
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:
|