mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 10:43:24 +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)
|
js_CurrentThreadData(JSRuntime *rt)
|
||||||
{
|
{
|
||||||
#ifdef JS_THREADSAFE
|
#ifdef JS_THREADSAFE
|
||||||
JSThread *thread = js_CurrentThread();
|
JSThread *thread = js_CurrentThread(rt);
|
||||||
if (!thread)
|
if (!thread)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user