mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 495061 - followup - fixing a typo in JS_FASTCALL declaration
This commit is contained in:
parent
7e607aac4d
commit
be037e50cc
@ -304,7 +304,7 @@ js_PutArgsObject(JSContext *cx, JSStackFrame *fp)
|
||||
/*
|
||||
* Traced versions of js_GetArgsObject and js_PutArgsObject.
|
||||
*/
|
||||
JSObject * FASTCALL
|
||||
JSObject * JS_FASTCALL
|
||||
js_Arguments(JSContext *cx, JSObject *parent, uint32 argc, JSObject *callee,
|
||||
JSObject* cached)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user