On Sep 27, 2011, at 11:59 PM, h h wrote: > [email protected] writes: > >> Author: beat >> Date: Tue Sep 27 15:57:43 2011 >> New Revision: 628 >> >> Log: >> - Update Firefox to 7.0 > [...] >> Added: >> branches/experimental/www/firefox/files/patch-xpcom__threads__nsThreadManager.cpp >> ============================================================================== >> --- /dev/null 00:00:00 1970 (empty, because file is newly added) >> +++ >> branches/experimental/www/firefox/files/patch-xpcom__threads__nsThreadManager.cpp >> Tue Sep 27 15:57:43 2011 (r628) >> @@ -0,0 +1,13 @@ >> +--- ./xpcom/threads/nsThreadManager.cpp.orig 2011-08-25 >> 02:37:45.000000000 +0200 >> ++++ ./xpcom/threads/nsThreadManager.cpp 2011-08-28 17:14:14.000000000 >> +0200 >> +@@ -89,6 +89,10 @@ >> + nsresult >> + nsThreadManager::Init() >> + { >> ++#ifdef NS_TLS >> ++ if (!gTLSThreadID) >> ++ gTLSThreadID = mozilla::threads::Generic; >> ++#endif >> + if (!mThreadsByPRThread.Init()) >> + return NS_ERROR_OUT_OF_MEMORY; >> + >> > > So, are you going to keep workaround unconditionally?
No, I was not aware that the patch wasn't complete. I committed your patch a couple of minutes ago. Thanks, Beat_______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
