diff options
Diffstat (limited to 'www/libxul19/files/patch-dom-src-threads-nsDOMWorker.h')
-rw-r--r-- | www/libxul19/files/patch-dom-src-threads-nsDOMWorker.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/libxul19/files/patch-dom-src-threads-nsDOMWorker.h b/www/libxul19/files/patch-dom-src-threads-nsDOMWorker.h new file mode 100644 index 000000000000..dcb741066eaf --- /dev/null +++ b/www/libxul19/files/patch-dom-src-threads-nsDOMWorker.h @@ -0,0 +1,11 @@ +--- 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: |