mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1029653 - Fix ForkJoinContext::isMainThread. (r=lth)
This commit is contained in:
parent
add1128f7a
commit
e00f170c66
@ -1853,7 +1853,7 @@ bool ForkJoinContext::initialize()
|
||||
bool
|
||||
ForkJoinContext::isMainThread() const
|
||||
{
|
||||
return perThreadData == &shared_->runtime()->mainThread;
|
||||
return worker_->isMainThread();
|
||||
}
|
||||
|
||||
JSRuntime *
|
||||
|
Loading…
Reference in New Issue
Block a user