mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 821469 - Don't start compression thread if not requested. r=billm
This commit is contained in:
parent
314194ef5a
commit
482a78d941
@ -956,7 +956,7 @@ JSRuntime::init(uint32_t maxbytes)
|
||||
return false;
|
||||
|
||||
#ifdef JS_THREADSAFE
|
||||
if (!sourceCompressorThread.init())
|
||||
if (useHelperThreads() && !sourceCompressorThread.init())
|
||||
return false;
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user