mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 02:31:59 +00:00
Compilation fix for bug 524841.
This commit is contained in:
parent
b94b5fa44a
commit
37bcf491fe
@ -305,7 +305,7 @@ JSThreadData *
|
||||
js_CurrentThreadData(JSRuntime *rt)
|
||||
{
|
||||
#ifdef JS_THREADSAFE
|
||||
JSThread *thread = js_CurrentThread();
|
||||
JSThread *thread = js_CurrentThread(rt);
|
||||
if (!thread)
|
||||
return NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user