mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 756067 - Remove js::GetOwnerThread. r=mrbkap
This commit is contained in:
parent
3daf0c107f
commit
a502aafa86
@ -754,12 +754,6 @@ js::CallContextDebugHandler(JSContext *cx, JSScript *script, jsbytecode *bc, Val
|
||||
}
|
||||
|
||||
#ifdef JS_THREADSAFE
|
||||
void *
|
||||
js::GetOwnerThread(const JSContext *cx)
|
||||
{
|
||||
return cx->runtime->ownerThread();
|
||||
}
|
||||
|
||||
JS_FRIEND_API(bool)
|
||||
js::ContextHasOutstandingRequests(const JSContext *cx)
|
||||
{
|
||||
|
@ -723,9 +723,6 @@ JS_FRIEND_API(jsbytecode*)
|
||||
ProfilingGetPC(JSRuntime *rt, JSScript *script, void *ip);
|
||||
|
||||
#ifdef JS_THREADSAFE
|
||||
JS_FRIEND_API(void *)
|
||||
GetOwnerThread(const JSContext *cx);
|
||||
|
||||
JS_FRIEND_API(bool)
|
||||
ContextHasOutstandingRequests(const JSContext *cx);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user