mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Trivial fix for non-threadsafe builds of the JS shell, broken by rev 510c42c0d472. no_r=me, a=npotb.
This commit is contained in:
parent
8bc1ca45aa
commit
a287458ffa
@ -626,8 +626,6 @@ js_FinishThreads(JSRuntime *rt)
|
|||||||
js_delete(thread);
|
js_delete(thread);
|
||||||
}
|
}
|
||||||
rt->threads.clear();
|
rt->threads.clear();
|
||||||
#else
|
|
||||||
rt->threadData.finish();
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user