mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Remove stale JS_REQUIRES_STACK for js_CloneFunctionObject prototype (452498 followup to fix static analysis tbox).
This commit is contained in:
parent
962b187fe5
commit
382a5ca261
@ -209,7 +209,7 @@ js_TraceFunction(JSTracer *trc, JSFunction *fun);
|
||||
extern void
|
||||
js_FinalizeFunction(JSContext *cx, JSFunction *fun);
|
||||
|
||||
extern JS_REQUIRES_STACK JSObject *
|
||||
extern JSObject *
|
||||
js_CloneFunctionObject(JSContext *cx, JSFunction *fun, JSObject *parent);
|
||||
|
||||
extern JS_REQUIRES_STACK JSObject *
|
||||
|
Loading…
Reference in New Issue
Block a user