mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 997286: bustage fix on a CLOSED TREE rs=dholbert
This commit is contained in:
parent
7164e62f23
commit
627f6cdcb0
@ -37,7 +37,7 @@ class nsFoo : public nsISupports {
|
||||
NS_IMPL_ISUPPORTS0(nsFoo)
|
||||
|
||||
class TestSuicide : public nsRunnable {
|
||||
nsresult Run() {
|
||||
NS_IMETHOD Run() {
|
||||
// Runs first time on thread "Suicide", then dies on MainThread
|
||||
if (!NS_IsMainThread()) {
|
||||
mThread = do_GetCurrentThread();
|
||||
|
Loading…
Reference in New Issue
Block a user